diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties new file mode 100644 index 0000000..3a39fc9 --- /dev/null +++ b/src/main/resources/application-dev.properties @@ -0,0 +1 @@ +spring.config.import=classpath:dev/db.properties diff --git a/src/main/resources/application-live.properties b/src/main/resources/application-live.properties new file mode 100644 index 0000000..582ec83 --- /dev/null +++ b/src/main/resources/application-live.properties @@ -0,0 +1 @@ +spring.config.import=classpath:live/db.properties