🔧 修改代码生成器配置
This commit is contained in:
parent
420b363da9
commit
c7e1cc19d6
|
@ -1,7 +1,7 @@
|
||||||
bunny:
|
bunny:
|
||||||
master:
|
master:
|
||||||
host: 192.168.1.137
|
host: rm-bp12z6hlv46vi6g8mro.mysql.rds.aliyuncs.com
|
||||||
port: 3306
|
port: 3306
|
||||||
database: auth_admin
|
database: gulimall_sms
|
||||||
username: root
|
username: gulimall
|
||||||
password: "123456"
|
password: "0212Gulimall"
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
bunny:
|
|
||||||
master:
|
|
||||||
host: rm-bp12z6hlv46vi6g8mro.mysql.rds.aliyuncs.com
|
|
||||||
port: 3306
|
|
||||||
database: gulimall_pms
|
|
||||||
username: gulimall
|
|
||||||
password: "0212Gulimall"
|
|
|
@ -3,7 +3,7 @@ server:
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: prod
|
active: dev
|
||||||
application:
|
application:
|
||||||
name: generator-code
|
name: generator-code
|
||||||
thymeleaf:
|
thymeleaf:
|
||||||
|
|
Loading…
Reference in New Issue