Browse Source

update jboot 1.2.7

Rlax 8 years ago
parent
commit
336216fb4d
3 changed files with 16 additions and 8 deletions
  1. 3 0
      .gitattributes
  2. 12 7
      README.md
  3. 1 1
      pom.xml

+ 3 - 0
.gitattributes

@@ -0,0 +1,3 @@
+*.js linguist-language=Java
+*.css linguist-language=Java
+*.html linguist-language=Java

File diff suppressed because it is too large
+ 12 - 7
README.md


+ 1 - 1
pom.xml

@@ -13,7 +13,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <jboot.version>1.2.6</jboot.version>
+        <jboot.version>1.2.7</jboot.version>
         <slf4j-log4j12.version>1.7.25</slf4j-log4j12.version>
         <logback.version>1.1.11</logback.version>
     </properties>