Commit 4b09e508 authored by 李驰骋's avatar 李驰骋

配置调整

parent fb215872
...@@ -6,7 +6,7 @@ topsunit: ...@@ -6,7 +6,7 @@ topsunit:
share-url: smb://127.0.0.1/share share-url: smb://127.0.0.1/share
mes-url: http://localhost:8088 mes-url: http://localhost:8088
default-password: 123456 default-password: 123456
db-name: DEMO db-name: Leader
print: print:
urls: urls:
- code: 1 - code: 1
...@@ -50,10 +50,10 @@ spring: ...@@ -50,10 +50,10 @@ spring:
- classpath:/static/ - classpath:/static/
- classpath:/public/ - classpath:/public/
datasource: datasource:
name: DEMO name: Leader
username: sa username: sa
password: 123qweQWE password: 123qweQWE
url: jdbc:sqlserver://192.168.1.21:1433;DatabaseName=DEMO url: jdbc:sqlserver://192.168.1.21:1433;DatabaseName=Leader
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
druid: druid:
filters: stat filters: stat
......
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