diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties new file mode 100644 index 0000000..1e3feff --- /dev/null +++ b/src/test/resources/application.properties @@ -0,0 +1,4 @@ +spring.datasource.url=jdbc:h2:mem:test;MODE=MySQL +spring.datasource.username= +spring.datasource.password= +secret=${SECRET} \ No newline at end of file