diff --git a/casic-web/src/main/resources/config/application-dev.yml b/casic-web/src/main/resources/config/application-dev.yml index b8939d5..391b74b 100644 --- a/casic-web/src/main/resources/config/application-dev.yml +++ b/casic-web/src/main/resources/config/application-dev.yml @@ -1,5 +1,5 @@ server: - port: 8083 + port: 5909 ################### spring配置 ################### spring: datasource: @@ -10,8 +10,11 @@ druid: max-active: 50 min-idle: 20 + web: + resources: + static-locations: \casic\tmp\ jms: - pub-sub-domain: true + pub-sub-domain: true # session: # store-type: redis # redis: @@ -26,6 +29,10 @@ db: init: enable: false + hikSdk: /casic/hiklib/HCNetSDK.dll + hikPlay: /casic/hiklib/PlayCtrl.dll + file: + uploadPath: \casic\tmp\ logging: level.root: info level.com.casic: debug @@ -33,4 +40,4 @@ level.com.casic.missiles.modular.neutron: error level.org.springframework.web: info file: - path: D:\workspace\server\keti\casic-production-safety\casic-web\\logs \ No newline at end of file + path: /casic/hiklib/logs \ No newline at end of file