|
@@ -2,7 +2,7 @@ server:
|
|
|
port: 18081
|
|
|
spring:
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/db_invoice?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
+ url: jdbc:mysql://localhost:3306/db_invoice?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
username: invoice
|
|
|
password: invoiceX%190605
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
@@ -15,7 +15,7 @@ mybatis-plus:
|
|
|
redis:
|
|
|
host: 127.0.0.1
|
|
|
port: 6379
|
|
|
- password: 'lq2uRBsf<vh2ouo'
|
|
|
+ password: lq2uRBsf<vh2ouo
|
|
|
rabbitmq:
|
|
|
host: 127.0.0.1
|
|
|
port: 5672
|