WIP Initial commit for financer web client

This commit is contained in:
2019-03-24 23:28:15 +01:00
commit 67bd7f951a
43 changed files with 1999 additions and 0 deletions

View 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