Skip to content

Commit

Permalink
add pojo Lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
leelance committed Jan 19, 2017
1 parent 51c2e05 commit c11a368
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions spring-boot-activiti/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ehcache.version>2.6.11</ehcache.version>
<kaptcha.version>0.0.9</kaptcha.version>
<guava.version>20.0</guava.version>

<java.version>1.7</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand All @@ -35,7 +35,7 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>

<!-- Mybatis -->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
Expand All @@ -62,7 +62,7 @@
<artifactId>activiti-spring-boot-starter-basic</artifactId>
<version>${activiti.version}</version>
</dependency>

<!-- Shiro -->
<dependency>
<groupId>org.apache.shiro</groupId>
Expand All @@ -84,14 +84,14 @@
<artifactId>shiro-ehcache</artifactId>
<version>${shiro.version}</version>
</dependency>

<!-- CACHE -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>${ehcache.version}</version>
</dependency>

<!-- SiteMesh -->
<dependency>
<groupId>org.sitemesh</groupId>
Expand All @@ -110,6 +110,13 @@
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>

<!-- 增强POJO -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.12</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit c11a368

Please sign in to comment.