forked from hbbohua-water

zhangchunhong
2020-12-01 e73b4bc36cc07179fc79ba06e2eb0f2b0452caf9
pom添加私有库
2 files modified
2 files added
25 ■■■■■ changed files
hbbohua-water-service/src/main/resources/META-INF/beans.xml 8 ●●●●● patch | view | raw | blame | history
hbbohua-water-web/src/main/resources/META-INF/beans.xml 8 ●●●●● patch | view | raw | blame | history
hbbohua-water-webapp/pom.xml 2 ●●●●● patch | view | raw | blame | history
pom.xml 7 ●●●●● patch | view | raw | blame | history
hbbohua-water-service/src/main/resources/META-INF/beans.xml
New file
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans
        xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
                      http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
        bean-discovery-mode="all">
</beans>
hbbohua-water-web/src/main/resources/META-INF/beans.xml
New file
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans
        xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
                      http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
        bean-discovery-mode="all">
</beans>
hbbohua-water-webapp/pom.xml
@@ -72,4 +72,6 @@
    <properties>
        <maven.deploy.skip>true</maven.deploy.skip>
    </properties>
</project>
pom.xml
@@ -20,4 +20,11 @@
        <module>hbbohua-water-web</module>
        <module>hbbohua-water-webapp</module>
    </modules>
    <repositories>
        <repository>
            <id>maven-public</id>
            <name>maven-public</name>
            <url>http://47.92.145.232:8081/repository/maven-public/</url>
        </repository>
    </repositories>
</project>