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

feat: 更新后端jar包

parent d932ab5f
spring: spring:
datasource: 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 # url: jdbc:postgresql://218.245.99.101:5432/syc_huayan?stringtype=unspecified&currentSchema=syc_paas_form_runtime
username: postgres username: postgres
password: 1qaz@WSX password: 1qaz@WSX
......
Subproject commit 04ee7d2dc45d19911d378cfcf56e9f4ff51e17a5 Subproject commit 27a4894dee7dbdcb845edec73073c7c32a60ea32
...@@ -22,7 +22,7 @@ function javaServer() { ...@@ -22,7 +22,7 @@ function javaServer() {
log.info('正在启动JAVA服务') log.info('正在启动JAVA服务')
shell.cd(shellPath) shell.cd(shellPath)
log.info(shell.ls()) 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 let isStart = false
child.stdout.on('data', function (stdout) { child.stdout.on('data', function (stdout) {
log.info(stdout) log.info(stdout)
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
spring: spring:
datasource: 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 # url: jdbc:postgresql://218.245.99.101:5432/syc_huayan?stringtype=unspecified&currentSchema=syc_paas_form_runtime
username: postgres username: postgres
password: 1qaz@WSX password: 1qaz@WSX
redis: redis:
host: 124.71.109.29 host: 218.245.98.250
port: 46379 port: 6379
password: Syc@1234 password: Syc@1234
database: 1 database: 9
timeout: 60000 timeout: 60000
lettuce: lettuce:
pool: pool:
......
server: server:
port: 7013 port: 7018
undertow: undertow:
threads: threads:
io: 8 io: 8
...@@ -167,22 +167,22 @@ security: ...@@ -167,22 +167,22 @@ security:
- /callback/** - /callback/**
- /mes/scheduling-task/** - /mes/scheduling-task/**
- /mes/scheduling-task/rework - /mes/scheduling-task/rework
- /
dynamic-datasource: dynamic-datasource:
intercept: 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 #ignoringUrls: /** #适用于runtime
metadata: metadata:
url: http://localhost:7013/metadata url: http://localhost:7018/metadata
upms: upms:
url: http://localhost:7013/admin url: http://localhost:7018/admin
auth: auth:
url: http://localhost:7013/auth url: http://localhost:7018/auth
logic: logic:
url: http://localhost:7013/logic url: http://localhost:7018/logic
edgebase: edgebase:
url: http://localhost:7013/edgebase url: http://localhost:7018/edgebase
management: management:
health: health:
...@@ -290,4 +290,4 @@ scheduled: ...@@ -290,4 +290,4 @@ scheduled:
# level: # level:
# com: debug # com: debug
mpc: mpc:
url: http://localhost:7012/mpc url: http://localhost:7018/mpc
\ No newline at end of file \ 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