Browse Source

微服务仓储系统

master
djz8236 2 years ago
parent
commit
221076b7aa
  1. 6
      warehousing-system/project/wh-manage/src/main/resources/application.yml

6
warehousing-system/project/wh-manage/src/main/resources/application.yml

@ -7,12 +7,12 @@ spring:
name: supervise-wm
profiles:
# active: dev
active: devv
active: pro
datasource:
url: jdbc:mysql://127.0.0.1:3306/warehouse2?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&autoReconnect=true&allowMultiQueries=true
username: root
#password: 1LAiGz$t1*Iw
password: root
password: 1LAiGz$t1*Iw
#password: root
#mybatis-plush配置
mybatis-plus:

Loading…
Cancel
Save