WIP Initial commit for financer web client
This commit is contained in:
25
src/main/resources/config/application.properties
Normal file
25
src/main/resources/config/application.properties
Normal file
@@ -0,0 +1,25 @@
|
||||
###
|
||||
### This is the main configuration file of the application.
|
||||
### Filtering of the @...@ values happens via the maven-resource-plugin. The execution of the plugin is configured in
|
||||
### the Spring Boot parent POM.
|
||||
|
||||
spring.profiles.active=@activeProfiles@
|
||||
|
||||
server.servlet.context-path=/financer-web-client
|
||||
server.port=8090
|
||||
|
||||
info.app.name=Financer Web Client
|
||||
info.app.description=A web interface for the financer server application
|
||||
info.build.group=@project.groupId@
|
||||
info.build.artifact=@project.artifactId@
|
||||
info.build.version=@project.version@
|
||||
|
||||
logging.level.de.financer=DEBUG
|
||||
logging.file=financer-web-client.log
|
||||
|
||||
# The date format of the client-supplied date string, used to parse the string into a proper object
|
||||
financer.dateFormat=dd.MM.yyyy
|
||||
|
||||
financer.serverUrl=http://localhost:8089/financer-server/
|
||||
|
||||
spring.messages.basename=i18n/message
|
||||
Reference in New Issue
Block a user