diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml new file mode 100644 index 0000000..55079b7 --- /dev/null +++ b/src/test/resources/application.yml @@ -0,0 +1,9 @@ +spring: + datasource: + driver-class-name: org.h2.Driver + url: jdbc:h2:mem:testdb + username: sa + password: + data: + redis: + port: 6380 \ No newline at end of file