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