This commit is contained in:
miyoung 2024-08-03 06:44:57 +00:00 committed by GitHub
commit 88803d8d3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,6 @@
#server
server.port=8090
# database init, supports mysql too # database init, supports mysql too
database=h2 database=h2
spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql