Skip to content

Commit 292f4ff

Browse files
committed
re add property
1 parent b3e195c commit 292f4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build-klass-forvaltning:
3434
build-clean-klass-forvaltning:
3535
pushd klass-forvaltning && \
3636
${sdk} env && \
37-
mvn clean install; \
37+
mvn clean install -U; \
3838
popd; \
3939
${sdk} env clear
4040

klass-forvaltning/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ info.build.version=@project.version@
1818
#-----------------------
1919
#profiles for development (server configuration will override these)
2020
#-----------------------
21-
spring.profiles.active=frontend, hardcoded-user, small-import, skip-indexing, ad-offline, embedded-solr
21+
spring-boot.run.profiles=frontend, hardcoded-user, small-import, skip-indexing, ad-offline, embedded-solr
2222
#Change port for when running multiple local applications
2323
server.port=8081
2424
server.context-path=/klass/admin

0 commit comments

Comments
 (0)