Commit adde85ca authored by 韵晨龙's avatar 韵晨龙

feat: 更新后端jar包

parent d932ab5f
spring:
datasource:
url: jdbc:postgresql://218.245.98.250:15432/syc_paas_standalone_idea?stringtype=unspecified&currentSchema=syc_paas_form_design
url: jdbc:postgresql://218.245.98.250:15432/syc_paas_standalone_test?stringtype=unspecified&currentSchema=syc_paas_form_design
# url: jdbc:postgresql://218.245.99.101:5432/syc_huayan?stringtype=unspecified&currentSchema=syc_paas_form_runtime
username: postgres
password: 1qaz@WSX
......
Subproject commit 04ee7d2dc45d19911d378cfcf56e9f4ff51e17a5
Subproject commit 27a4894dee7dbdcb845edec73073c7c32a60ea32
......@@ -22,7 +22,7 @@ function javaServer() {
log.info('正在启动JAVA服务')
shell.cd(shellPath)
log.info(shell.ls())
const child = shell.exec('./jre/bin/java -jar syc-paas-standalone-biz.jar &', { async: true })
const child = shell.exec('./jre/bin/java -jar syc-paas-standalone-biz.jar -spring.config.location=file:./baseServer/config/boostrap.yml &', { async: true })
let isStart = false
child.stdout.on('data', function (stdout) {
log.info(stdout)
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
spring:
datasource:
url: jdbc:postgresql://124.71.109.29:45432/syc_dev?stringtype=unspecified&currentSchema=syc_paas_form_design
url: jdbc:postgresql://218.245.98.250:15432/syc_paas_standalone_test?stringtype=unspecified&currentSchema=syc_paas_form_design
# url: jdbc:postgresql://218.245.99.101:5432/syc_huayan?stringtype=unspecified&currentSchema=syc_paas_form_runtime
username: postgres
password: 1qaz@WSX
redis:
host: 124.71.109.29
port: 46379
host: 218.245.98.250
port: 6379
password: Syc@1234
database: 1
database: 9
timeout: 60000
lettuce:
pool:
......
server:
port: 7013
port: 7018
undertow:
threads:
io: 8
......@@ -167,22 +167,22 @@ security:
- /callback/**
- /mes/scheduling-task/**
- /mes/scheduling-task/rework
- /
dynamic-datasource:
intercept:
ignoringUrls: /** #适用于paas设计端
ignoringUrls: /static/**,/v2/api-docs,/swagger-resources/**,/swagger-ui.html,/css/**,/js/**,/images/**,/webjars/**,/favicon.ico,/middle-api/**,/ws/**,/upload/**,/index/**,/assets/**,/edgebase/v1/cms/io/publish,/admin/**,/auth/**,/error,/ws/**,/bi/**,/logic/magic-api/clear-cache
#ignoringUrls: /** #适用于runtime
metadata:
url: http://localhost:7013/metadata
url: http://localhost:7018/metadata
upms:
url: http://localhost:7013/admin
url: http://localhost:7018/admin
auth:
url: http://localhost:7013/auth
url: http://localhost:7018/auth
logic:
url: http://localhost:7013/logic
url: http://localhost:7018/logic
edgebase:
url: http://localhost:7013/edgebase
url: http://localhost:7018/edgebase
management:
health:
......@@ -290,4 +290,4 @@ scheduled:
# level:
# com: debug
mpc:
url: http://localhost:7012/mpc
\ No newline at end of file
url: http://localhost:7018/mpc
\ No newline at end of file
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