提交 1a0be0eb authored 作者: zhoushaopan's avatar zhoushaopan

feat(pom 文件和配置文件): 新增正式和测试配合文件

新增正式和测试配合文件
上级 2cc4eeee
...@@ -54,6 +54,24 @@ ...@@ -54,6 +54,24 @@
<activatedProperties>prod</activatedProperties> <activatedProperties>prod</activatedProperties>
</properties> </properties>
</profile> </profile>
<!--生产环境正式-->
<profile>
<id>prodM</id>
<properties>
<pom.package>war</pom.package>
<activatedProperties>prodM</activatedProperties>
</properties>
</profile>
<!--生产环境测试-->
<profile>
<id>prodT</id>
<properties>
<pom.package>war</pom.package>
<activatedProperties>prodT</activatedProperties>
</properties>
</profile>
</profiles> </profiles>
<dependencies> <dependencies>
......
spring.datasource.driver-class-name=com.oscar.Driver
spring.datasource.url=jdbc:oscar://10.153.4.10:2003/OSRDB
#spring.datasource.url=jdbc:oscar://192.168.0.80:2003/OSRDB?useSSL=false&rewriteBatchedStatements=TRUE
spring.datasource.username=SYSDBA
spring.datasource.password=szoscar55
spring.jpa.database-platform=org.hibernate.dialect.OscarDialect
file.path=/opt/zb/
preview.path=http://10.153.4.11:8088/equip/file/
#preview.path=http://192.168.0.80:8088/equip/file/
\ No newline at end of file
spring.datasource.driver-class-name=com.oscar.Driver
spring.datasource.url=jdbc:oscar://10.153.6.10:2003/OSRDB
spring.datasource.username=SYSDBA
spring.datasource.password=szoscar55
spring.jpa.database-platform=org.hibernate.dialect.OscarDialect
file.path=/opt/zb/
preview.path=http://10.153.4.11:8088/equipTest/file/
spring.jmx.enabled=false
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论