配置修改
This commit is contained in:
parent
013afd73fc
commit
0ec7f512ae
|
@ -7,12 +7,16 @@
|
||||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||||
<outputRelativeToContentRoot value="true" />
|
<outputRelativeToContentRoot value="true" />
|
||||||
<module name="ydool-demo" />
|
<module name="lc_oa" />
|
||||||
</profile>
|
</profile>
|
||||||
</annotationProcessing>
|
</annotationProcessing>
|
||||||
|
<bytecodeTargetLevel>
|
||||||
|
<module name="ydool-demo" target="1.8" />
|
||||||
|
</bytecodeTargetLevel>
|
||||||
</component>
|
</component>
|
||||||
<component name="JavacSettings">
|
<component name="JavacSettings">
|
||||||
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
||||||
|
<module name="lc_oa" options="-parameters" />
|
||||||
<module name="ydool-demo" options="-parameters" />
|
<module name="ydool-demo" options="-parameters" />
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
_pwd=/mnt/build
|
_pwd=/mnt/build
|
||||||
_ip=150.158.32.238
|
_ip=119.3.109.134
|
||||||
|
|
||||||
cd ../
|
cd ../
|
||||||
mvn clean package
|
mvn clean package
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -11,7 +11,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>com.ydool</groupId>
|
<groupId>com.ydool</groupId>
|
||||||
<artifactId>ydool-demo</artifactId>
|
<artifactId>lc_oa</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -354,7 +354,7 @@
|
||||||
<tasks>
|
<tasks>
|
||||||
|
|
||||||
<copy file="${project.basedir}/target/${app.build.name}.jar"
|
<copy file="${project.basedir}/target/${app.build.name}.jar"
|
||||||
tofile="${app.build.prod}/xs_building_star.jar"/>
|
tofile="${app.build.prod}/lc_oa.jar"/>
|
||||||
<copy file="${project.basedir}/bin/start.sh" tofile="${app.build.prod}/start.sh"/>
|
<copy file="${project.basedir}/bin/start.sh" tofile="${app.build.prod}/start.sh"/>
|
||||||
|
|
||||||
<!-- 复制资源文件 -->
|
<!-- 复制资源文件 -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 10098
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
|
|
Loading…
Reference in New Issue