ruoyi-admin/src/main/resources/application-prod.yml
@@ -2,6 +2,17 @@ server: # 服务器的HTTP端口,默认为8080 port: 8080 ssl: # 开启HTTPS,并配置自签名证书 enabled: true #秘钥库文件名称,即上面生成的自签名证书 key-store: classpath:keystore # 生成秘钥库文件的密码 key-store-password: 123456 # 秘钥库类型(JKS为jdk的keytool工具默认生成的秘钥库类型) key-store-type: JKS # 秘钥别名 key-alias: tomcat servlet: # 应用的访问路径 context-path: /