Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Feb 10, 2020
1 parent 6ae8d61 commit a682832
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions spring-boot-demo-template-enjoy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-boot-demo-template-beetl</artifactId>
<artifactId>spring-boot-demo-template-enjoy</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>spring-boot-demo-template-beetl</name>
<name>spring-boot-demo-template-enjoy</name>
<description>Demo project for Spring Boot</description>

<parent>
Expand All @@ -27,16 +27,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<ibeetl.version>1.1.63.RELEASE</ibeetl.version>
<enjoy.version>3.5</enjoy.version>
</properties>

<dependencies>
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>beetl-framework-starter</artifactId>
<version>${ibeetl.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
Expand All @@ -48,6 +42,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.jfinal</groupId>
<artifactId>enjoy</artifactId>
<version>${enjoy.version}</version>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand All @@ -61,7 +61,7 @@
</dependencies>

<build>
<finalName>spring-boot-demo-template-beetl</finalName>
<finalName>spring-boot-demo-template-enjoy</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit a682832

Please sign in to comment.