hdy
2 天以前 1c50cb5546715fa21496fbdf2bdacb7ae8836b8a
billion-admin/src/main/resources/application.yml
@@ -16,7 +16,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 8080
  port: 8081
  servlet:
    # 应用的访问路径
    context-path: /
@@ -150,9 +150,10 @@
# PageHelper分页插件
pagehelper:
  helperDialect: mysql
  #  helperDialect: mysql
  supportMethodsArguments: true
  params: count=countSql
  autoRuntimeDialect: true
# Swagger配置
swagger:
@@ -169,3 +170,11 @@
  excludes: /system/notice
  # 匹配链接
  urlPatterns: /system/*,/monitor/*,/tool/*
kangaroohy:
  milo:
    primary: default
    config:
      default:
        endpoint: opc.tcp://127.0.0.1:49320
        security-policy: none