feige
2024-06-11 5b603e79b0cae8c071bc67a8ec2920e694ea0d9c
ruoyi-admin/src/main/resources/application.yml
@@ -19,6 +19,14 @@
server:
  # 服务器的HTTP端口,默认为8080
  port: 8080
  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:
    # 应用的访问路径
    context-path: /
@@ -51,8 +59,8 @@
spring:
  #es配置
  elasticsearch:
    rest:
      uris: http://localhost:8087
    host: 47.93.189.255
    port: 8087
  # 资源信息
  messages:
    # 国际化资源文件路径