initial commit

This commit is contained in:
2025-06-12 13:40:02 +02:00
commit 762bb977ac
16 changed files with 858 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
spring.application.name=tm
debug=true
logging.level.root=INFO
logging.level.org.springframework.boot.autoconfigure=INFO
server.port=6950
spring.jpa.hibernate.ddl-auto=validate
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
spring.datasource.url=jdbc:mysql://localhost:3306/qpay?useLegacyDatetimeCode=false
spring.datasource.username=root
spring.datasource.password=password