feige
2024-06-11 5b603e79b0cae8c071bc67a8ec2920e694ea0d9c
ruoyi-admin/src/main/resources/application.yml
@@ -19,13 +19,13 @@
server:
  # 服务器的HTTP端口,默认为8080
  port: 8080
#  ssl: #ssl配置
#    # resources根目录的”证书源文件.pfx“
#    key-store: www.bendudu.com.pfx
#    # “.pfx”证书对应格式,“.jks"证书对应“RSA”
#    key-store-type: PKCS12
#    key-store-password: tc6h7mav
#    #key-password: 私钥密码
  ssl: #ssl配置
    # resources根目录的”证书源文件.pfx“
    key-store: classpath:www.bendudu.com.pfx
    # “.pfx”证书对应格式,“.jks"证书对应“RSA”
    key-store-type: PKCS12
    key-store-password: tc6h7mav
    #key-password: 私钥密码
  servlet:
    # 应用的访问路径