-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa4e8b5
commit 2e7f6a5
Showing
5 changed files
with
47 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
stripes-spring-boot-sample/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# after either mvn spring-boot:run or java-jar target/stripes-spring-boot-sample-1.0.0.jar | ||
# open http://localhost:8080/index.jsp in your browser | ||
# open http://localhost:8080/index.jsp or http://localhost:8080/actuator/stripes in your browser | ||
|
||
# uncomment the following line to substantially speed up initialization time | ||
# stripes.action-resolver-packages=net.sourceforge.stripes.examples.springboot | ||
# uncomment the following lines to substantially speed up initialization time | ||
stripes.action-resolver-packages=net.sourceforge.stripes.examples.springboot | ||
stripes.exception-handler=net.sourceforge.stripes.exception.DefaultExceptionHandler | ||
|
||
# enforce same encryption key if running several app instances: | ||
stripes.encryption-key=${build.timestamp} | ||
management.endpoints.web.exposure.include=info,health,stripes |