JFinal 版本 Demo

This commit is contained in:
Javen205
2019-09-01 21:36:34 +08:00
parent 27ea4a14be
commit 54d059d50c
13 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ijpay.demo</groupId>
<artifactId>IJPay-JFinal-Demo</artifactId>
<artifactId>IJPay-Demo-JFinal</artifactId>
<version>1.0-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>IJPay Demo for JFinal</description>
@@ -106,7 +106,7 @@
</dependency>
</dependencies>
<build>
<finalName>IJPay-JFinal-Demo</finalName>
<finalName>IJPay-Demo-JFinal</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

View File

@@ -8,7 +8,7 @@
<div>
<p>欢迎来到 JFinal 极速开发世界!</p>
<br>
<p>JPay 让支付触手可及 <a target="_blank" href="https://gitee.com/javen205/IJPay">https://gitee.com/javen205/IJPay</a></p>
<p>IJPay 让支付触手可及 <a target="_blank" href="https://gitee.com/javen205/IJPay">https://gitee.com/javen205/IJPay</a></p>
<br>
本 Demo 采用 JFinal Template 作为视图文件。
</div>