Commit c65aa1d6 by manxiaoqiang

test pom

parent 1ea81d80
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
<root url="file://$MODULE_DIR$/lib" relative="WEB-INF/lib" /> <root url="file://$MODULE_DIR$/lib" relative="WEB-INF/lib" />
<root url="file://$MODULE_DIR$/src/main/webapp" relative="/" /> <root url="file://$MODULE_DIR$/src/main/webapp" relative="/" />
</webroots> </webroots>
<sourceRoots>
<root url="file://$MODULE_DIR$/src/main/java" />
<root url="file://$MODULE_DIR$/src/main/resources" />
</sourceRoots>
</configuration> </configuration>
</facet> </facet>
</component> </component>
...@@ -19,6 +23,7 @@ ...@@ -19,6 +23,7 @@
<content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" /> <excludeFolder url="file://$MODULE_DIR$/target" />
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
</profile> </profile>
<profile> <profile>
<id>preview</id> <id>test</id>
<properties> <properties>
<label>dev</label> <label>dev</label>
<!--数据源配置--> <!--数据源配置-->
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
</profile> </profile>
<profile> <profile>
<id>test</id> <id>preview</id>
<properties> <properties>
<label>dev</label> <label>dev</label>
<datasource.url>jdbc:mysql://reyuntest.c42s8pkbxrdg.rds.cn-north-1.amazonaws.com.cn:3306/trackingio_test?characterEncoding=utf-8</datasource.url> <datasource.url>jdbc:mysql://reyuntest.c42s8pkbxrdg.rds.cn-north-1.amazonaws.com.cn:3306/trackingio_test?characterEncoding=utf-8</datasource.url>
......
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