Files
release11-tools-mocked-serv…/target/classes/application.properties
Szakalakamaka dcc996c006 Create an initial web service
Create a maven project structure.

One mock webservice should be included. Both Json and XML payload accepted.
Configuration of this webservice (response body, response headers, http status code) should be fully configured in a configuration file.

Invoication details (headers, payload) should be logged.

Closes #T124
2020-08-25 14:05:39 +02:00

10 lines
257 B
INI

server.port = 8099
spring.output.ansi.enabled = always
logging.file.name=/var/log/klaus/
logging.level.root=INFO
logging.level.org.springframework.web=DEBUG
logging.level.com.release11=DEBUG
logging.file.max-size = 10MB
spring.mvc.log-request-details=true