Commit c62050b9 authored by Liang Ding's avatar Liang Ding

重构请求路由 #61

parent 74cabe38
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Description: Solo POM. Description: Solo POM.
Version: 3.18.3.83, Feb 3, 2020 Version: 3.18.3.84, Feb 10, 2020
Author: <a href="http://88250.b3log.org">Liang Ding</a> Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a> Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://vanessa.b3log.org">Vanessa</a> Author: <a href="http://vanessa.b3log.org">Vanessa</a>
Author: <a href="https://github.com/nanolikeyou">nanolikeyou</a> Author: <a href="https://hacpai.com/member/nanolikeyou">nanolikeyou</a>
Author: <a href="https://github.com/hzchendou">hzchendou</a> Author: <a href="https://hacpai.com/member/hzchendou">hzchendou</a>
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
</scm> </scm>
<properties> <properties>
<org.b3log.latke.version>3.2.4-SNAPSHOT</org.b3log.latke.version> <org.b3log.latke.version>3.2.4</org.b3log.latke.version>
<jsoup.version>1.12.1</jsoup.version> <jsoup.version>1.12.1</jsoup.version>
<flexmark.version>0.50.40</flexmark.version> <flexmark.version>0.50.40</flexmark.version>
......
...@@ -25,7 +25,7 @@ import org.json.JSONObject; ...@@ -25,7 +25,7 @@ import org.json.JSONObject;
* This class defines option model relevant keys. * This class defines option model relevant keys.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="https://github.com/hzchendou">hzchendou</a> * @author <a href="https://hacpai.com/member/hzchendou">hzchendou</a>
* @version 1.6.0.5, Jan 25, 2020 * @version 1.6.0.5, Jan 25, 2020
* @since 0.6.0 * @since 0.6.0
*/ */
......
...@@ -56,8 +56,7 @@ import java.util.List; ...@@ -56,8 +56,7 @@ import java.util.List;
* Feed (Atom/RSS) processor. * Feed (Atom/RSS) processor.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="https://github.com/feroozkhanchintu">feroozkhanchintu</a> * @author <a href="https://hacpai.com/member/nanolikeyou">nanolikeyou</a>
* @author <a href="https://github.com/nanolikeyou">nanolikeyou</a>
* @version 3.0.0.0, Feb 9, 2020 * @version 3.0.0.0, Feb 9, 2020
* @since 0.3.1 * @since 0.3.1
*/ */
......
...@@ -39,7 +39,7 @@ import org.json.JSONObject; ...@@ -39,7 +39,7 @@ import org.json.JSONObject;
* Preference console request processing. * Preference console request processing.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="https://github.com/hzchendou">hzchendou</a> * @author <a href="https://hacpai.com/member/hzchendou">hzchendou</a>
* @version 2.0.0.0, Feb 9, 2020 * @version 2.0.0.0, Feb 9, 2020
* @since 0.4.0 * @since 0.4.0
*/ */
......
...@@ -46,7 +46,7 @@ import org.json.JSONObject; ...@@ -46,7 +46,7 @@ import org.json.JSONObject;
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="https://hacpai.com/member/DASHU">DASHU</a> * @author <a href="https://hacpai.com/member/DASHU">DASHU</a>
* @author <a href="https://github.com/nanolikeyou">nanolikeyou</a> * @author <a href="https://hacpai.com/member/nanolikeyou">nanolikeyou</a>
* @version 1.1.0.19, Jun 6, 2019 * @version 1.1.0.19, Jun 6, 2019
* @since 0.4.0 * @since 0.4.0
*/ */
......
...@@ -30,7 +30,7 @@ import org.testng.annotations.Test; ...@@ -30,7 +30,7 @@ import org.testng.annotations.Test;
* {@link UserMgmtService} test case. * {@link UserMgmtService} test case.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="https://github.com/nanolikeyou">nanolikeyou</a> * @author <a href="https://hacpai.com/member/nanolikeyou">nanolikeyou</a>
* @version 1.0.0.5, Aug 2, 2018 * @version 1.0.0.5, Aug 2, 2018
*/ */
@Test(suiteName = "service") @Test(suiteName = "service")
......
...@@ -29,7 +29,7 @@ import org.testng.annotations.Test; ...@@ -29,7 +29,7 @@ import org.testng.annotations.Test;
* {@link UserQueryService} test case. * {@link UserQueryService} test case.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="https://github.com/nanolikeyou">nanolikeyou</a> * @author <a href="https://hacpai.com/member/nanolikeyou">nanolikeyou</a>
* @version 1.0.0.3, Feb 11, 2019 * @version 1.0.0.3, Feb 11, 2019
*/ */
@Test(suiteName = "service") @Test(suiteName = "service")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment