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