### ### 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@ # This properties are just for the embedded Tomcat used while developing # In a standalone servlet container instance the context path is usually defined by the name # of the .war file. See property 'finalName' in the POM for more info. 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 logging.file.max-history=7 logging.file.max-size=50MB # The date format of the client-supplied date string, used to parse the string into a proper object financer.dateFormat=dd.MM.yyyy financer.version=@project.version@ financer.serverUrl=http://localhost:8080/financer-server/ spring.messages.basename=i18n/message