Skip to content

Commit 8245dcf

Browse files
committed
update comments
1 parent a75da7a commit 8245dcf

File tree

159 files changed

+855
-856
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+855
-856
lines changed

api/src/main/java/info/xiaomo/api/ApiMain.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@
3131
* Today the best performance as tomorrow newest starter!
3232
* Created by IntelliJ IDEA.
3333
*
34-
* @author: xiaomo
35-
* @github: https://github.com/qq83387856
36-
* @email: hupengbest@163.com
37-
* @QQ_NO: 83387856
38-
* @Date: 2016/4/1 15:38
39-
* @Description: 后台管理启动器
40-
* @Copyright(©) 2015 by xiaomo.
34+
* author: xiaomo
35+
* github: https://github.com/syoubaku
36+
* email: xiaomo@xiaomo.info
37+
* Date: 2016/4/1 15:38
38+
* Description: 后台管理启动器
39+
* Copyright(©) 2015 by xiaomo.
4140
**/
4241
@Configuration
4342
@EnableAutoConfiguration

api/src/main/java/info/xiaomo/api/controller/AdminUserController.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
* Today the best performance as tomorrow newest starter!
3131
* Created by IntelliJ IDEA.
3232
*
33-
* @author: xiaomo
34-
* @github: https://github.com/qq83387856
35-
* @email: hupengbest@163.com
36-
* @QQ_NO: 83387856
37-
* @Date: 16/4/2 12:47
38-
* @Description: 后台用户控制器
39-
* @Copyright(©) 2015 by xiaomo.
33+
* author: xiaomo
34+
* github: https://github.com/syoubaku
35+
* email: xiaomo@xiaomo.info
36+
37+
* Date: 16/4/2 12:47
38+
* Description: 后台用户控制器
39+
* Copyright(©) 2015 by xiaomo.
4040
*/
4141
@RestController
4242
@RequestMapping("/adminUser")

api/src/main/java/info/xiaomo/api/controller/ChangeLogController.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
* Today the best performance as tomorrow newest starter!
2323
* Created by IntelliJ IDEA.
2424
*
25-
* @author: xiaomo
26-
* @github: https://github.com/qq83387856
27-
* @email: hupengbest@163.com
28-
* @QQ_NO: 83387856
29-
* @Date: 2016/4/1117:40
30-
* @Description: 更新日志控制器
31-
* @Copyright(©) 2015 by xiaomo.
25+
* author: xiaomo
26+
* github: https://github.com/syoubaku
27+
* email: xiaomo@xiaomo.info
28+
29+
* Date: 2016/4/1117:40
30+
* Description: 更新日志控制器
31+
* Copyright(©) 2015 by xiaomo.
3232
**/
3333
@RestController
3434
@RequestMapping("/changeLog")

api/src/main/java/info/xiaomo/api/controller/LinkController.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
* Today the best performance as tomorrow newest starter!
2323
* Created by IntelliJ IDEA.
2424
*
25-
* @author: xiaomo
26-
* @github: https://github.com/qq83387856
27-
* @email: hupengbest@163.com
28-
* @QQ_NO: 83387856
29-
* @Date: 2016/4/1119:55
30-
* @Description: 友情连接控制器
31-
* @Copyright(©) 2015 by xiaomo.
25+
* author: xiaomo
26+
* github: https://github.com/syoubaku
27+
* email: xiaomo@xiaomo.info
28+
29+
* Date: 2016/4/1119:55
30+
* Description: 友情连接控制器
31+
* Copyright(©) 2015 by xiaomo.
3232
**/
3333
@RestController
3434
@RequestMapping("/link")

api/src/main/java/info/xiaomo/api/controller/TechnologyController.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
* Today the best performance as tomorrow newest starter!
2323
* Created by IntelliJ IDEA.
2424
*
25-
* @author: xiaomo
26-
* @github: https://github.com/qq83387856
27-
* @email: hupengbest@163.com
28-
* @QQ_NO: 83387856
29-
* @Date: 2016/11/3 14:36
30-
* @Description: 用户实体类
31-
* @Copyright(©) 2015 by xiaomo.
25+
* author: xiaomo
26+
* github: https://github.com/syoubaku
27+
* email: xiaomo@xiaomo.info
28+
29+
* Date: 2016/11/3 14:36
30+
* Description: 用户实体类
31+
* Copyright(©) 2015 by xiaomo.
3232
**/
3333

3434

api/src/main/java/info/xiaomo/api/controller/UserController.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
* Today the best performance as tomorrow newest starter!
3131
* Created by IntelliJ IDEA.
3232
*
33-
* @author: xiaomo
34-
* @github: https://github.com/qq83387856
35-
* @email: hupengbest@163.com
36-
* @QQ_NO: 83387856
37-
* @Date: 2016/4/1 17:51
38-
* @Description: 用户控制器
39-
* @Copyright(©) 2015 by xiaomo.
33+
* author: xiaomo
34+
* github: https://github.com/syoubaku
35+
* email: xiaomo@xiaomo.info
36+
37+
* Date: 2016/4/1 17:51
38+
* Description: 用户控制器
39+
* Copyright(©) 2015 by xiaomo.
4040
**/
4141
@RestController
4242
@RequestMapping("/user")

api/src/main/java/info/xiaomo/api/controller/WebSetController.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
* Today the best performance as tomorrow newest starter!
2121
* Created by IntelliJ IDEA.
2222
*
23-
* @author: xiaomo
24-
* @github: https://github.com/qq83387856
25-
* @email: hupengbest@163.com
26-
* @QQ_NO: 83387856
27-
* @Date: 2016/5/6 14:21
28-
* @Description: 系统设置控制器
29-
* @Copyright(©) 2015 by xiaomo.
23+
* author: xiaomo
24+
* github: https://github.com/syoubaku
25+
* email: xiaomo@xiaomo.info
26+
27+
* Date: 2016/5/6 14:21
28+
* Description: 系统设置控制器
29+
* Copyright(©) 2015 by xiaomo.
3030
**/
3131
@RestController
3232
@RequestMapping("/webSet")

api/src/main/java/info/xiaomo/api/controller/WorksController.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
* Today the best performance as tomorrow newest starter!
2323
* Created by IntelliJ IDEA.
2424
*
25-
* @author: xiaomo
26-
* @github: https://github.com/qq83387856
27-
* @email: hupengbest@163.com
28-
* @QQ_NO: 83387856
29-
* @Date: 2016/11/3 14:36
30-
* @Description: 用户实体类
31-
* @Copyright(©) 2015 by xiaomo.
25+
* author: xiaomo
26+
* github: https://github.com/syoubaku
27+
* email: xiaomo@xiaomo.info
28+
29+
* Date: 2016/11/3 14:36
30+
* Description: 用户实体类
31+
* Copyright(©) 2015 by xiaomo.
3232
**/
3333

3434

api/src/main/java/info/xiaomo/api/dao/AdminUserDao.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
* Today the best performance as tomorrow newest starter!
1919
* Created by IntelliJ IDEA.
2020
*
21-
* @author: xiaomo
22-
* @github: https://github.com/qq83387856
23-
* @email: hupengbest@163.com
24-
* @QQ_NO: 83387856
25-
* @Date: 16/4/2 13:08
26-
* @Copyright(©) 2015 by xiaomo.
21+
* author: xiaomo
22+
* github: https://github.com/syoubaku
23+
* email: xiaomo@xiaomo.info
24+
25+
* Date: 16/4/2 13:08
26+
* Copyright(©) 2015 by xiaomo.
2727
*/
2828
@Repository
2929
public interface AdminUserDao extends JpaRepository<AdminModel, Long> {

api/src/main/java/info/xiaomo/api/dao/ChangeLogDao.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
* Today the best performance as tomorrow newest starter!
1111
* Created by IntelliJ IDEA.
1212
*
13-
* @author: xiaomo
14-
* @github: https://github.com/qq83387856
15-
* @email: hupengbest@163.com
16-
* @QQ_NO: 83387856
17-
* @Date: 2016/4/1119:52
18-
* @Copyright(©) 2015 by xiaomo.
13+
* author: xiaomo
14+
* github: https://github.com/syoubaku
15+
* email: xiaomo@xiaomo.info
16+
17+
* Date: 2016/4/1119:52
18+
* Copyright(©) 2015 by xiaomo.
1919
**/
2020
@Repository
2121
public interface ChangeLogDao extends JpaRepository<ChangeLogModel, Long> {

0 commit comments

Comments
 (0)