Commit ae89901f by chenweisong

更新

parent 1fd75c7e
......@@ -6,7 +6,7 @@ eureka:
region: default
serviceUrl:
defaultZone: http://192.168.0.240:8081/eureka/
enabled: true
enabled: false
instance:
prefer-ip-address: false
hostname: 192.168.0.48
......@@ -25,10 +25,10 @@ spring:
application:
name: dataCollector
jpa:
show-sql: true
show-sql: false
database-platform: org.hibernate.dialect.MySQL5Dialect
hibernate:
ddl-auto: update
# hibernate:
# ddl-auto: update
datasource:
url: jdbc:mysql://192.168.0.192:3306/cmb_dev?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username: test
......@@ -61,8 +61,8 @@ app:
default-bpmn-file: SubProcessStandard.bpmn
swagger2:
# host: 192.168.0.240:8762/api/datacollector
host: localhost:8110
host: 192.168.0.240:8762/api/datacollector
# host: localhost:8110
security:
authUser: root
authPwd: pwd
......
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