mazq 1 год назад
Родитель
Сommit
74a4651b4c

+ 4 - 1
dcuc-duceap-service/src/main/assembly/conf/application.yml

@@ -12,4 +12,7 @@ apollo:
   # 集群,默认default
   cluster: default
   # 取消placeholder的自动更新功能(默认true)
-  autoUpdateInjectedSpringProperties: false
+  autoUpdateInjectedSpringProperties: false
+duceap:
+  license:
+    enabled: false

+ 3 - 0
dcuc-duceap-service/src/main/resources/application.yml

@@ -13,3 +13,6 @@ apollo:
   cluster: default
   # 取消placeholder的自动更新功能(默认true)
   autoUpdateInjectedSpringProperties: false
+duceap:
+  license:
+    enabled: false