Commit ee9bc67a authored by 竹天卫's avatar 竹天卫

演示环境 jenkins部署1

parent e373c036
......@@ -204,9 +204,9 @@
<properties>
<env>dev</env><!-- 节点名字environment是自己随意取的 -->
</properties>
<activation>
<activeByDefault>true</activeByDefault><!-- 默认激活该profile节点-->
</activation>
<!-- <activation>
<activeByDefault>true</activeByDefault>&lt;!&ndash; 默认激活该profile节点&ndash;&gt;
</activation>-->
</profile>
<profile>
<!-- 生产环境 -->
......@@ -224,9 +224,9 @@
<properties>
<env>show</env>
</properties>
<!--<activation>
<activeByDefault>true</activeByDefault>&lt;!&ndash; 默认激活该profile节点&ndash;&gt;
</activation>-->
<activation>
<activeByDefault>true</activeByDefault><!-- 默认激活该profile节点-->
</activation>
</profile>
......
......@@ -200,4 +200,17 @@
<appender-ref ref="WARN_FILE"/>
</root>
</springProfile>
<!--4.3 演示环境:输出到文档-->
<springProfile name="show">
<logger name="cn.wise.sc.cement.business.controller" level="debug"/><!-- 修改此处扫描包名 -->
<root level="debug">
<appender-ref ref="CONSOLE"/>
<appender-ref ref="DEBUG_FILE"/>
<appender-ref ref="INFO_FILE"/>
<appender-ref ref="ERROR_FILE"/>
<appender-ref ref="WARN_FILE"/>
</root>
</springProfile>
</configuration>
\ No newline at end of file
#Created by Apache Maven 3.6.0
version=1.0-SNAPSHOT
groupId=cn.wise.sc.tjcement
artifactId=common-swagger
#Created by Apache Maven 3.6.0
version=1.0-SNAPSHOT
groupId=cn.wise.sc.tjcement
artifactId=mybatis-generator
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