Browse Source

"项目构建"

yu_u66 1 month ago
parent
commit
85aedd0d24
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/resources/application.yml

+ 3 - 3
src/main/resources/application.yml

@@ -4,9 +4,9 @@ server:
 spring:
   datasource:
     driver-class-name: com.mysql.cj.jdbc.Driver
-    url: jdbc:mysql://localhost:3306/month?characterEncoding=utf8&serverTimezone=GMT%2B8
+    url: jdbc:mysql://121.43.209.211:3306/tour?characterEncoding=utf8&serverTimezone=GMT%2B8
     username: root
-    password: root
+    password: 2407A...
   redis:
     port: 6379
     host: localhost
@@ -27,7 +27,7 @@ spring:
       auto-offset-reset: earliest
       enable-auto-commit: false
 mybatis-plus:
-  type-aliases-package: com.futu.course*.domain
+  type-aliases-package: com.futu.*.domain
   mapper-locations: classpath:mapper/*.xml
   configuration:
     map-underscore-to-camel-case: true