Commit ae89901f by chenweisong

更新

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