[general] Update Spring boot to 2.6 and dependencies

This commit is contained in:
Dom Eori
2022-04-10 04:34:33 +09:00
parent e8ae2d5ebc
commit a9b6a6bfa2
3 changed files with 4 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ spring.jpa.properties.hibernate.dialect=org.sqlite.hibernate.dialect.SQLiteDiale
#spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
#spring.datasource.username=
#spring.datasource.password=
#spring.datasource.url=jdbc:mariadb://localhost:3306/insert_db_name_here?useSSL=false
#spring.datasource.url=jdbc:mariadb://localhost:3306/insert_db_name_here?allowPublicKeyRetrieval=true&useSSL=false
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDB10Dialect
#spring.datasource.hikari.maximum-pool-size=10