Spring Boot 2.5.x compatible updates in spring-security-web-boot-2
This commit is contained in:
parent
80e3331e2a
commit
bfde84589c
|
@ -1,9 +1,8 @@
|
||||||
spring.datasource.platform=mysql
|
spring.sql.init.platform=mysql
|
||||||
spring.datasource.url=jdbc:mysql://localhost:3306/jdbc_authentication
|
spring.datasource.url=jdbc:mysql://localhost:3306/jdbc_authentication
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
spring.datasource.password=pass
|
spring.datasource.password=pass
|
||||||
|
|
||||||
spring.datasource.initialization-mode=always
|
spring.sql.init.mode=always
|
||||||
spring.jpa.hibernate.ddl-auto=none
|
spring.jpa.hibernate.ddl-auto=none
|
||||||
|
|
||||||
spring.profiles.active=mysql
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
spring.datasource.platform=postgre
|
spring.sql.init.platform=postgre
|
||||||
spring.datasource.url=jdbc:postgresql://localhost:5432/jdbc_authentication
|
spring.datasource.url=jdbc:postgresql://localhost:5432/jdbc_authentication
|
||||||
spring.datasource.username=postgres
|
spring.datasource.username=postgres
|
||||||
spring.datasource.password=pass
|
spring.datasource.password=pass
|
||||||
|
|
||||||
spring.datasource.initialization-mode=always
|
spring.sql.init.mode=always
|
||||||
spring.jpa.hibernate.ddl-auto=none
|
spring.jpa.hibernate.ddl-auto=none
|
||||||
|
|
Loading…
Reference in New Issue