Commit 7b8ee2e9 authored by 竹天卫's avatar 竹天卫

启动profile修复

parent b5446952
...@@ -214,6 +214,9 @@ ...@@ -214,6 +214,9 @@
<properties> <properties>
<env>prod</env> <env>prod</env>
</properties> </properties>
<!-- <activation>
<activeByDefault>true</activeByDefault>&lt;!&ndash; 默认激活该profile节点&ndash;&gt;
</activation>-->
</profile> </profile>
</profiles> </profiles>
<build> <build>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
spring: spring:
application: tianjin-cement application: tianjin-cement
profiles: profiles:
active: dev active: prod
datasource: datasource:
url: jdbc:mysql://47.93.148.213:3306/sinoma_tcdri?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false url: jdbc:mysql://47.93.148.213:3306/sinoma_tcdri?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false
username: root username: root
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment