@@ -191,6 +191,12 @@
<profile.active>test</profile.active>
</properties>
</profile>
+ <profile>
+ <id>prod</id>
+ <properties>
+ <profile.active>test</profile.active>
+ </properties>
+ </profile>
</profiles>
<build>
@@ -0,0 +1,10 @@
+spring:
+ datasource:
+ url: jdbc:mysql://192.168.0.170:3306/reghao_oss_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
+ username: test
+ password: Test@123456
+oss:
+ storeHost: 192.168.0.182
+ storeDirs:
+ - /opt/oss/disk/13f654c8-af87-4710-aac9-7aa086c99aec/
+ consoleHost: 192.168.0.182
@@ -35,4 +35,9 @@
<appender-ref ref="runtimeLog"></appender-ref>
</root>
</springProfile>
+ <springProfile name="prod">
+ <root level="info">
+ <appender-ref ref="runtimeLog"></appender-ref>
+ </root>
+ </springProfile>
</configuration>