Commit 32d37a0e1c6beaeb05316e6d1905f8beebc940ed
1 parent
6f543df7
refactor: beans.xml eingeführt
Showing
1 changed file
with
8 additions
and
0 deletions
src/main/webapp/WEB-INF/beans.xml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<beans | |
3 | + xmlns="http://xmlns.jcp.org/xml/ns/javaee" | |
4 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
5 | + xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee | |
6 | + http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd" | |
7 | + bean-discovery-mode="all"> | |
8 | +</beans> | |
0 | 9 | \ No newline at end of file | ... | ... |