Commit 51dcfcbe authored by lixinglin's avatar lixinglin

change name

parent ff302d8d
spring: spring:
config:
activate:
on-profile: prod
#spring 默认数据库连接池 #spring 默认数据库连接池
datasource: datasource:
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
</root> </root>
</springProfile> </springProfile>
<springProfile name="pro"> <springProfile name="prod">
<root level="info"> <root level="info">
<appender-ref ref="INFO_FILE"/> <appender-ref ref="INFO_FILE"/>
<appender-ref ref="DEBUG_FILE"/> <appender-ref ref="DEBUG_FILE"/>
......
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