diff --git a/maku-server/src/main/resources/application-dev.yml b/maku-server/src/main/resources/application-dev.yml index 319b0a7..ea3a2d1 100644 --- a/maku-server/src/main/resources/application-dev.yml +++ b/maku-server/src/main/resources/application-dev.yml @@ -21,8 +21,8 @@ spring: # MySQL8 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 - username: maku - password: 123456 + username: root + password: syy17314991262 # PostgreSQL # driver-class-name: org.postgresql.Driver # url: jdbc:postgresql://192.168.3.19:5432/postgres diff --git a/maku-server/src/main/resources/auth.yml b/maku-server/src/main/resources/auth.yml new file mode 100644 index 0000000..bb6867f --- /dev/null +++ b/maku-server/src/main/resources/auth.yml @@ -0,0 +1,10 @@ +auth: + ignore_urls: + - /actuator/** + - /v3/api-docs/** + - /webjars/** + - /swagger/** + - /swagger-resources/** + - /swagger-ui.html + - /swagger-ui/** + - /doc.html \ No newline at end of file