This commit is contained in:
syy 2025-07-01 11:26:36 +08:00
parent db3f5b8513
commit 161a6a24fc
2 changed files with 12 additions and 2 deletions

View File

@ -21,8 +21,8 @@ spring:
# MySQL8 # MySQL8
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/maku_boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true url: jdbc:mysql://localhost:3306/maku_boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
username: maku username: root
password: 123456 password: syy17314991262
# PostgreSQL # PostgreSQL
# driver-class-name: org.postgresql.Driver # driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://192.168.3.19:5432/postgres # url: jdbc:postgresql://192.168.3.19:5432/postgres

View File

@ -0,0 +1,10 @@
auth:
ignore_urls:
- /actuator/**
- /v3/api-docs/**
- /webjars/**
- /swagger/**
- /swagger-resources/**
- /swagger-ui.html
- /swagger-ui/**
- /doc.html