|
@@ -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
|