|
@@ -7,7 +7,7 @@ mybatis-plus:
|
|
|
table-prefix: h_
|
|
|
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://192.168.1.184: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
|
|
@@ -20,11 +20,11 @@ spring:
|
|
|
login-timeout: 5
|
|
|
max-lifetime: 60000
|
|
|
redis:
|
|
|
- host: 127.0.0.1
|
|
|
+ host: 192.168.1.184
|
|
|
port: 6379
|
|
|
password: lq2uRBsf<vh2ouo
|
|
|
rabbitmq:
|
|
|
- host: 127.0.0.1
|
|
|
+ host: 192.168.1.184
|
|
|
port: 5672
|
|
|
username: guest
|
|
|
password: guest
|
|
@@ -50,7 +50,7 @@ mail:
|
|
|
xxl:
|
|
|
job:
|
|
|
admin:
|
|
|
- addresses: http://127.0.0.1:18083/xxl-job-admin
|
|
|
+ addresses: http://192.168.1.184:18083/xxl-job-admin
|
|
|
executor:
|
|
|
appname: invoice-executor
|
|
|
ip:
|