feat(admin-server): 更新数据库连接配置及应用端口
This commit is contained in:
parent
0273f753c5
commit
f5e379154b
|
|
@ -1,6 +1,3 @@
|
||||||
server:
|
|
||||||
port: 8080
|
|
||||||
|
|
||||||
# application.yml (公用配置)
|
# application.yml (公用配置)
|
||||||
spring:
|
spring:
|
||||||
mvc:
|
mvc:
|
||||||
|
|
@ -12,9 +9,9 @@ spring:
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://localhost:3306/admin_server?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://39.104.59.33:3306/template?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
||||||
username: admin_server
|
username: template
|
||||||
password: iyzHSPYE3DzEThsY
|
password: fzMPkrcPePLTstt5
|
||||||
|
|
||||||
app:
|
app:
|
||||||
env-name: 'dev'
|
env-name: 'dev'
|
||||||
|
|
@ -26,12 +23,3 @@ wx:
|
||||||
secret: 642108612e162db4edb9cf01d7f6d474
|
secret: 642108612e162db4edb9cf01d7f6d474
|
||||||
jscode2session-url: https://api.weixin.qq.com/sns/jscode2session
|
jscode2session-url: https://api.weixin.qq.com/sns/jscode2session
|
||||||
|
|
||||||
knife4j:
|
|
||||||
enable: true
|
|
||||||
|
|
||||||
mybatis-plus:
|
|
||||||
global-config:
|
|
||||||
db-config:
|
|
||||||
logic-delete-field: deleted
|
|
||||||
logic-delete-value: 1
|
|
||||||
logic-not-delete-value: 0
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
server:
|
|
||||||
port: 8080
|
|
||||||
|
|
||||||
# application.yml (公用配置)
|
# application.yml (公用配置)
|
||||||
spring:
|
spring:
|
||||||
mvc:
|
mvc:
|
||||||
|
|
@ -12,9 +9,9 @@ spring:
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://localhost:3306/admin_server?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://39.104.59.33:3306/template?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
||||||
username: admin_server
|
username: template
|
||||||
password: iyzHSPYE3DzEThsY
|
password: fzMPkrcPePLTstt5
|
||||||
|
|
||||||
app:
|
app:
|
||||||
env-name: 'prop'
|
env-name: 'prop'
|
||||||
|
|
@ -25,13 +22,3 @@ app:
|
||||||
appid: your_app_id
|
appid: your_app_id
|
||||||
secret: your_app_secret
|
secret: your_app_secret
|
||||||
jscode2session-url: https://api.weixin.qq.com/sns/jscode2session
|
jscode2session-url: https://api.weixin.qq.com/sns/jscode2session
|
||||||
|
|
||||||
knife4j:
|
|
||||||
enable: true
|
|
||||||
|
|
||||||
mybatis-plus:
|
|
||||||
global-config:
|
|
||||||
db-config:
|
|
||||||
logic-delete-field: deleted
|
|
||||||
logic-delete-value: 1
|
|
||||||
logic-not-delete-value: 0
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
server:
|
|
||||||
port: 8080
|
|
||||||
|
|
||||||
# application.yml (公用配置)
|
# application.yml (公用配置)
|
||||||
spring:
|
spring:
|
||||||
mvc:
|
mvc:
|
||||||
|
|
@ -12,9 +9,9 @@ spring:
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://localhost:3306/admin_server?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://39.104.59.33:3306/template?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
||||||
username: admin_server
|
username: template
|
||||||
password: iyzHSPYE3DzEThsY
|
password: fzMPkrcPePLTstt5
|
||||||
|
|
||||||
app:
|
app:
|
||||||
env-name: 'test'
|
env-name: 'test'
|
||||||
|
|
@ -25,13 +22,3 @@ app:
|
||||||
appid: your_app_id
|
appid: your_app_id
|
||||||
secret: your_app_secret
|
secret: your_app_secret
|
||||||
jscode2session-url: https://api.weixin.qq.com/sns/jscode2session
|
jscode2session-url: https://api.weixin.qq.com/sns/jscode2session
|
||||||
|
|
||||||
knife4j:
|
|
||||||
enable: true
|
|
||||||
|
|
||||||
mybatis-plus:
|
|
||||||
global-config:
|
|
||||||
db-config:
|
|
||||||
logic-delete-field: deleted
|
|
||||||
logic-delete-value: 1
|
|
||||||
logic-not-delete-value: 0
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8088
|
||||||
|
|
||||||
# application.yml (公用配置)
|
# application.yml (公用配置)
|
||||||
spring:
|
spring:
|
||||||
|
|
@ -15,9 +15,9 @@ spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: dev
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://localhost:3306/admin_server?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://39.104.59.33:3306/template?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
|
||||||
username: admin_server
|
username: template
|
||||||
password: iyzHSPYE3DzEThsY
|
password: fzMPkrcPePLTstt5
|
||||||
|
|
||||||
app:
|
app:
|
||||||
env-name: 'dev'
|
env-name: 'dev'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue