Browse Source

代码架构更新,POM文件更新

hill9868 6 years ago
parent
commit
4c6afca0d2
2 changed files with 9 additions and 0 deletions
  1. 8 0
      pom.xml
  2. 1 0
      src/main/resources/META-INF/app.properties

+ 8 - 0
pom.xml

@ -44,4 +44,12 @@
        </dependency>
        <!-- 安全服务包-->
	</dependencies>
	<build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>

+ 1 - 0
src/main/resources/META-INF/app.properties

@ -0,0 +1 @@
app.name=svr-configuration