|
@@ -184,15 +184,48 @@ xxl:
|
|
|
|
|
|
logging:
|
|
|
level:
|
|
|
- org.springframework: WARN
|
|
|
+ org.springframework: DEBUG
|
|
|
cn.akeparking.zbcloud: DEBUG
|
|
|
- cn.akeparking.zbcloud.parkconfig.dao: ERROR
|
|
|
- org.spring.springboot.dao: ERROR
|
|
|
- org.apache.kafka: ERROR
|
|
|
+ cn.akeparking.zbcloud.parkconfig.dao: DEBUG
|
|
|
+ org.spring.springboot.dao: DEBUG
|
|
|
+ org.apache.kafka: DEBUG
|
|
|
|
|
|
|
|
|
|
|
|
freeswitch.group-api-url: ${freeswitch.lua-api-url}?group.lua
|
|
|
|
|
|
valueAdd:
|
|
|
- qrUrlValue:
|
|
|
+ qrUrlValue:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ registry.cn-shenzhen.aliyuncs.com
|
|
|
+ akeparking
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ bem-center-monitor-service
|
|
|
+ bem-charge-service
|
|
|
+ bem-park-config-service
|
|
|
+ bem-mgr-service
|
|
|
+ bem-cpmp-service
|
|
|
+
|
|
|
+
|
|
|
+ npm config set registry https://registry.npm.taobao.org --global
|
|
|
+cnpm install node-sass
|
|
|
+source /etc/profile
|
|
|
+echo $PATH
|
|
|
+
|
|
|
+node -v
|
|
|
+npm -v
|
|
|
+cnpm -v
|
|
|
+# yarn -v
|
|
|
+
|
|
|
+rm -rf node_modules
|
|
|
+npm cache clean -f
|
|
|
+cnpm cache clean -f
|
|
|
+cnpm install
|
|
|
+npm run setVersion -- $git_tag
|
|
|
+# yarn run setVersion -- $git_tag
|
|
|
+cnpm run build --modern
|