diff options
Diffstat (limited to 'eaaf-springboot-utils/src/test/resources/jUnit_application.properties')
-rw-r--r-- | eaaf-springboot-utils/src/test/resources/jUnit_application.properties | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/eaaf-springboot-utils/src/test/resources/jUnit_application.properties b/eaaf-springboot-utils/src/test/resources/jUnit_application.properties deleted file mode 100644 index dd7a77c1..00000000 --- a/eaaf-springboot-utils/src/test/resources/jUnit_application.properties +++ /dev/null @@ -1,19 +0,0 @@ -## embbeded Tomcat -tomcat.workingdir=./target/work -tomcat.ajp.enabled=true -tomcat.ajp.port=8009 -tomcat.ajp.networkAddress=127.0.0.1 -tomcat.ajp.additionalAttributes.secretrequired=true -tomcat.ajp.additionalAttributes.secret=junit - -############################################################################# -## Embedded Tomcat Logging -logging.accesslog.enabled=true -logging.mdc.enabled=true -logging.mdc.headers[0]=header1 -logging.mdc.headers[1]=header2 -logging.mdc.cookies[0]=cookie1 -logging.mdc.cookies[1]=cookie2 -logging.mdc.sessionAttributes[0]=attr1 -logging.mdc.sessionAttributes[1]=attr2 -logging.mdc.nullvalue=null
\ No newline at end of file |