summaryrefslogtreecommitdiff
path: root/eaaf-springboot-utils/src/test/resources
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-23 15:47:38 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-23 15:47:38 +0100
commitdb3d586b9937e8a556c499faa485a2d9e4a03f81 (patch)
treed7dbc6821d2b3499e26492690fb3536cffce4ce9 /eaaf-springboot-utils/src/test/resources
parent04cec6a9aa085bba0736cc6d55cb6c8b4d54a0a0 (diff)
downloadEAAF-Components-db3d586b9937e8a556c499faa485a2d9e4a03f81.tar.gz
EAAF-Components-db3d586b9937e8a556c499faa485a2d9e4a03f81.tar.bz2
EAAF-Components-db3d586b9937e8a556c499faa485a2d9e4a03f81.zip
add new module that include common-code for SpringBoot applications
Diffstat (limited to 'eaaf-springboot-utils/src/test/resources')
-rw-r--r--eaaf-springboot-utils/src/test/resources/jUnit_application.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/eaaf-springboot-utils/src/test/resources/jUnit_application.properties b/eaaf-springboot-utils/src/test/resources/jUnit_application.properties
new file mode 100644
index 00000000..dd7a77c1
--- /dev/null
+++ b/eaaf-springboot-utils/src/test/resources/jUnit_application.properties
@@ -0,0 +1,19 @@
+## 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