Fixed bug with init of message repository
refactored GetMapping of restore message history function
This commit is contained in:
parent
fdedd75807
commit
7bbdb9c85d
7 changed files with 61 additions and 73 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue