Browse Source

update jboot version 1.4.0

Rlax 7 years ago
parent
commit
0ef27e9c06
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README.md
  2. 1 1
      pom.xml

+ 2 - 2
README.md

@@ -15,8 +15,8 @@
 
 ### 技术选型
 
- - 核心框架:jboot 1.3.8
- - 模版引擎:jfinal 3.3
+ - 核心框架:jboot 1.4.0/jfinal 3.3
+ - 模版引擎:jfinal enjoy
  - 注册中心:consul/zookeeper
  - RPC:motan/dubbo
  - RPC治理:motan-manager

+ 1 - 1
pom.xml

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