kongdeqiang
2025-12-03 285b20e698b0f26bdb3e9182d367ecae2c5a63d0
src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 9999
  port: 8889
  servlet:
    session:
      timeout: 120m
@@ -14,7 +14,7 @@
    name: wgcloud-server
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://localhost:3306/wgcloud?characterEncoding=utf-8&characterSetResults=utf8&autoReconnect=true&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
    url: jdbc:mysql://127.0.0.1:3306/wgcloud?characterEncoding=utf-8&characterSetResults=utf8&autoReconnect=true&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
    username: root
    password: rootroot
    # hikari连接池的参数 相关设置
@@ -113,6 +113,8 @@
  mailContentSuffix: '<p><p><p>WGCLOUD敬上'
  #是否显示页面底部版权、网址信息,yes显示,no不显示,此功能需升级到专业版
  copyRight: yes
  year: 1
  month: 1
#告警配置,策略优先级按照前后顺序执行,比如告警总开关关闭时,那下面所有告警开关都会失效
mail:
@@ -207,9 +209,8 @@
  varDatas: /collect/api/realData/varDatas
  alarm: /collect/api/alarm/findByPage
router:
  routerHost: 192.168.1.1
  routerUsername: xxxxx
  routerPassword: xxxxx
osfService:
  host: 127.0.0.1
  port: 8081