test
This commit is contained in:
parent
db3f5b8513
commit
161a6a24fc
|
@ -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
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
auth:
|
||||||
|
ignore_urls:
|
||||||
|
- /actuator/**
|
||||||
|
- /v3/api-docs/**
|
||||||
|
- /webjars/**
|
||||||
|
- /swagger/**
|
||||||
|
- /swagger-resources/**
|
||||||
|
- /swagger-ui.html
|
||||||
|
- /swagger-ui/**
|
||||||
|
- /doc.html
|
Loading…
Reference in New Issue
Block a user