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