1
0
forked from PGL/Clyde

Setup unit tests and implements test for the token limit and trivial tests for userRepository

This commit is contained in:
2024-03-15 11:20:23 +01:00
parent 1502cc871c
commit c8b7930a8e
6 changed files with 129 additions and 1 deletions

View File

@ -1,2 +1,3 @@
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.sql.init.mode=always