diff --git a/pom.xml b/pom.xml index e7cd7dbb..3ed4f2ad 100644 --- a/pom.xml +++ b/pom.xml @@ -20,15 +20,18 @@ UTF-8 UTF-8 - 1.8 + 11 - + + + org.apache.maven.plugins maven-compiler-plugin + ${java.version} ${java.version} ${java.version} diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties index 6b735b2f..b168ef5e 100644 --- a/src/main/resources/config/application.properties +++ b/src/main/resources/config/application.properties @@ -1,2 +1,2 @@ spring.application.name=SEB Server -spring.profiles.active=dev-ws \ No newline at end of file +spring.profiles.active=dev \ No newline at end of file