database webapp context.xml

This commit is contained in:
Patrick Haßel 2024-10-29 11:26:21 +01:00
parent 8b3cf7bbb9
commit 14f1358528

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="Tools">
<Environment name="spring.config.location" value="classpath:/,file:./,file:./properties/Tools.properties" type="java.lang.String"/>
</Context>