feiyu02
2025-07-16 8fc27dba6719041402e3e3c099e2f3e01d9d52c7
src/main/resources/application.yml
@@ -6,6 +6,8 @@
      minimum-idle: 20
      idle-timeout: 60000
      connection-timeout: 60000
  profiles:
    active: @profileActive@
  jmx:
    enabled: false
@@ -33,4 +35,10 @@
    helperDialect: mysql
    reasonable: true
    supportMethodsArguments: true
    params: count=countSql
    params: count=countSql
# Swagger json url address
# etc. https://petstore.swagger.io/
swagger.url: http://localhost:8080/v3/api-docs
# api访问网址
# api url : http://localhost:8080/swagger-ui/index.html