Skip to content

Commit

Permalink
pom更改jdk1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xwj-vic committed Apr 20, 2017
1 parent 197a813 commit 72ae262
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@
<version>1.0-SNAPSHOT</version>
<name>ssmshiro Maven Webapp</name>
<url>http://maven.apache.org</url>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>



<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>


<!--补全项目依赖-->
<!--1.日志 java日志有:slf4j,log4j,logback,common-logging
slf4j:是规范/接口
Expand Down

0 comments on commit 72ae262

Please sign in to comment.