initial commit

This commit is contained in:
Zhongheng Liu 2023-12-21 12:32:56 +02:00
commit fe8af0fedf
No known key found for this signature in database
20 changed files with 953 additions and 0 deletions

View file

@ -0,0 +1,5 @@
spring.datasource.url=jdbc:mariadb://localhost:3306/test
spring.datasource.username=dbuser
spring.datasource.password=dbpasswd
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.hibernate.ddl-auto=create-drop