添加docker容器化部署,配置区分dev和prod环境
This commit is contained in:
5
mall-admin/src/main/resources/application-dev.properties
Normal file
5
mall-admin/src/main/resources/application-dev.properties
Normal file
@@ -0,0 +1,5 @@
|
||||
#===datasource start===
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/mall
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=root
|
||||
#===datasource end===
|
||||
Reference in New Issue
Block a user