Commit 99a82091 authored by 赵啸非's avatar 赵啸非

添加蓬溪pom.xml

parent 01dcc4a2
......@@ -16,13 +16,11 @@
<properties>
<!-- 默认值 -->
<profiles.server.debug></profiles.server.debug>
<profiles.server.port>17001</profiles.server.port>
<profiles.filepath>/mortals/app/data</profiles.filepath>
<profiles.log.path>/home/mortals/app/logs</profiles.log.path>
<profiles.log.level>info</profiles.log.level>
<profiles.publish.path>/home/publish</profiles.publish.path>
<package.environment>build</package.environment>
</properties>
<profiles>
......@@ -112,7 +110,7 @@
<profiles.redis.port>6379</profiles.redis.port>
<profiles.redis.username></profiles.redis.username>
<profiles.redis.password>hotel@2020</profiles.redis.password>
<profiles.redis.database>11</profiles.redis.database>
<profiles.redis.database>21</profiles.redis.database>
<profiles.datasource.uri>
<![CDATA[jdbc:mysql://192.168.106.7:3306/yi_zheng_xiu?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]></profiles.datasource.uri>
<profiles.datasource.username>root</profiles.datasource.username>
......
......@@ -3,7 +3,7 @@
<!-- 定义变量后,可以使“${}”来使用变量 source来源为spring 上下文信息 -->
<springProperty scope="context" name="springApplicationName" source="spring.application.name"/>
<springProperty scope="context" name="serverPort" source="server.port"/>
<springProperty scope="context" name="logFilePath" source="application.log.path" defaultValue="/home/mortals/app/logs" />
<springProperty scope="context" name="logFilePath" source="application.log.path" defaultValue="/mortals/app/logs" />
<springProperty scope="context" name="logLevel" source="application.log.level" defaultValue="INFO" />
<!-- appender用来格式化日志输出节点,有俩个属性name和class,class用来指定哪种输出策略,常用就是控制台输出策略和文件输出策略 -->
......
......@@ -16,7 +16,6 @@
<modules>
<module>common-lib</module>
<!--<module>smart-gateway</module>-->
<module>eas-manager</module>
</modules>
......
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