ManagementIGOTravel/guns-admin/src/main/resources/application-dev.yml
@@ -35,7 +35,7 @@ db-column-underline: false configuration: configuration.map-underscore-to-camel-case: true #是否开启自动驼峰命名规则(camel case)映射 log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl #输出Sql,如需打印Sql注释该配置 log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #输出Sql,如需打印Sql注释该配置 --- ManagementIGOTravel/guns-admin/src/main/resources/application-produce.yml
@@ -35,7 +35,6 @@ db-column-underline: false configuration: configuration.map-underscore-to-camel-case: true #是否开启自动驼峰命名规则(camel case)映射 log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl #输出Sql,如需打印Sql注释该配置 --- ManagementIGOTravel/guns-admin/src/main/resources/logback-spring.xml
@@ -194,7 +194,7 @@ <appender-ref ref="ERROR_FILE" /> <appender-ref ref="ALL_FILE" /> </root> <logger name="com.stylefeng.guns.modular.system.dao" level="debug"/> <logger name="com.stylefeng.guns.modular.system.dao" level="info"/> <logger name="business-log" level="warn"/> </springProfile> @@ -207,12 +207,12 @@ <appender-ref ref="ERROR_FILE" /> <appender-ref ref="ALL_FILE" /> </root> <logger name="com.stylefeng.guns.modular.system.dao" level="debug"/> <logger name="com.stylefeng.guns.modular.system.dao" level="info"/> <logger name="business-log" level="warn"/> </springProfile> <springProfile name="produce"> <root level="info"> <root level="error"> <!-- 生产环境最好不配置console写文件 --> <appender-ref ref="DEBUG_FILE" /> <appender-ref ref="INFO_FILE" /> @@ -220,7 +220,7 @@ <appender-ref ref="ERROR_FILE" /> <appender-ref ref="ALL_FILE" /> </root> <logger name="com.stylefeng.guns.modular.system.dao" level="debug"/> <logger name="com.stylefeng.guns.modular.system.dao" level="error"/> <logger name="business-log" level="warn"/> </springProfile> ManagementIGOTravel/guns-core/src/main/resources/default-config.properties
@@ -21,8 +21,6 @@ mybatis-plus.configuration.lazyLoadingEnabled=true # \u5F00\u542F\u7684\u8BDD\uFF0C\u5EF6\u65F6\u52A0\u8F7D\u4E00\u4E2A\u5C5E\u6027\u65F6\u4F1A\u52A0\u8F7D\u8BE5\u5BF9\u8C61\u5168\u90E8\u5C5E\u6027\uFF0C\u5426\u5219\u6309\u9700\u52A0\u8F7D\u5C5E\u6027 mybatis-plus.configuration.multipleResultSetsEnabled=true # \u6253\u5370sql\u8BED\u53E5,\u8C03\u8BD5\u7528 mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl ########################## beetl\u9ED8\u8BA4\u914D\u7F6E ###########################