guoenzhou 1 jaar geleden
bovenliggende
commit
14db8e375f

+ 15 - 0
base-modules/service-system/service-system-biz/src/main/resources/application-verify.properties

@@ -0,0 +1,15 @@
+
+#================License Verify 证书验证配置E===============#
+
+#证书主题
+springboot.license.verify.subject=landi
+#公钥库证书条目别名
+springboot.license.verify.publicAlias=publiccert
+#证书公钥库存储路径(公钥库可以公开出去,但是私有密钥库一定要自己保存好,即私有密钥库要保存在creator模块中)
+springboot.license.verify.publicKeysStorePath=/publicCerts.store
+#证书公钥库访问密码
+springboot.license.verify.storePass=123456a
+#证书存放路径
+springboot.license.verify.licensePath=classpath:license2.lic
+
+#================License Verify 证书验证配置E===============#

+ 4 - 4
docker/docker-compose.yml

@@ -69,8 +69,8 @@ services:
       context: ./ruoyi/gateway
       dockerfile: dockerfile
     network_mode: host
-    ports:
-      - "9150:9150"
+      # ports:
+      # - "9150:9150"
     volumes:
       - /etc/localtime:/etc/localtime:ro
       - /etc/hosts:/etc/hosts
@@ -85,8 +85,8 @@ services:
       context: ./ruoyi/modules/system
       dockerfile: dockerfile
     network_mode: host
-    ports:
-      - "9886:9886"
+      #ports:
+      # - "9886:9886"
     volumes:
       - /etc/localtime:/etc/localtime:ro
       - /etc/hosts:/etc/hosts