You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
339 B
18 lines
339 B
|
1 month ago
|
#服务器端口
|
||
|
|
server:
|
||
|
|
port: 7770
|
||
|
|
|
||
|
|
#job服务配置
|
||
|
|
powerjob:
|
||
|
|
worker:
|
||
|
|
app-name: ${spring.application.name}
|
||
|
|
port: 27777
|
||
|
|
server-address: 127.0.0.1:7700
|
||
|
|
|
||
|
|
#数据源配置
|
||
|
|
spring:
|
||
|
|
datasource:
|
||
|
|
url: ${blade.datasource.dev.url}
|
||
|
|
username: ${blade.datasource.dev.username}
|
||
|
|
password: ${blade.datasource.dev.password}
|