Fixed bug with init of message repository

refactored GetMapping of restore message history function
This commit is contained in:
Zhongheng Liu 2024-01-02 19:09:15 +02:00
commit 7bbdb9c85d
No known key found for this signature in database
7 changed files with 61 additions and 73 deletions

View file

@ -2,5 +2,5 @@ spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/test
spring.datasource.username=dbuser
spring.datasource.password=dbpasswd
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.show-sql: true
spring.jpa.show-sql: false
spring.jpa.hibernate.ddl-auto=create-drop