Skip to content

Commit 2845f32

Browse files
committed
change comment
1 parent af2116b commit 2845f32

File tree

102 files changed

+189
-198
lines changed

Some content is hidden

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

102 files changed

+189
-198
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ http://localhost:808/doc.html bootstrap-ui
112112

113113

114114
### 问题反馈
115-
1. 欢迎提[issue](https://github.com/xiaomoinfo/SpringBootUnity/issues)一起完善这个项目。
115+
1. 欢迎提[issue](https://github.com/houko/SpringBootUnity/issues)一起完善这个项目。
116116
2. QQ: 83387856
117117
4. 个人主站: https://xiaomo.info
118118

async/src/main/java/info/xiaomo/anysc/AsyncMain.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
* 把今天最好的表现当作明天最新的起点..~
1414
* いま 最高の表現 として 明日最新の始発..~
1515
* Today the best performance as tomorrow newest starter!
16-
* Created by IntelliJ IDEA.
16+
1717
*
1818
* @author : xiaomo
19-
* github: https://github.com/xiaomoinfo
19+
* github: https://github.com/houko
2020
* email: xiaomo@xiaomo.info
2121
* <p>
2222
* Date: 2016/4/1 15:38

async/src/main/java/info/xiaomo/anysc/controller/TestController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* 把今天最好的表现当作明天最新的起点..~
1515
* いま 最高の表現 として 明日最新の始発..~
1616
* Today the best performance as tomorrow newest starter!
17-
* Created by IntelliJ IDEA.
17+
1818
*
1919
* @author : xiaomo
20-
* github: https://github.com/xiaomoinfo
20+
* github: https://github.com/houko
2121
* email: xiaomo@xiaomo.info
2222
* <p>
2323
* Date: 2016/11/15 15:12

core/src/main/java/info/xiaomo/core/base/AuthOperate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.util.Date;
66

77
/**
8-
* @author : xiaomo (https://xiaomo.info) (https://github.com/xiaomoinfo)
8+
* @author : xiaomo (https://xiaomo.info) (https://github.com/houko)
99
* @version : 2017/1/13 9:51
1010
*/
1111
public interface AuthOperate {

core/src/main/java/info/xiaomo/core/base/BaseController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import java.util.List;
1111

1212
/**
13-
* @author : xiaomo (https://xiaomo.info) (https://github.com/xiaomoinfo)
13+
* @author : xiaomo (https://xiaomo.info) (https://github.com/houko)
1414
* @version : 2017/1/11 16:41
1515
*/
1616
@RestController

core/src/main/java/info/xiaomo/core/base/BaseDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.springframework.stereotype.Repository;
55

66
/**
7-
* @author : xiaomo (https://xiaomo.info) (https://github.com/xiaomoinfo)
7+
* @author : xiaomo (https://xiaomo.info) (https://github.com/houko)
88
* @version : 2017/1/13 11:23
99
*/
1010
@Repository

core/src/main/java/info/xiaomo/core/base/BaseModel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* 把今天最好的表现当作明天最新的起点..~
1111
* いま 最高の表現 として 明日最新の始発..~
1212
* Today the best performance as tomorrow newest starter!
13-
* Created by IntelliJ IDEA.
13+
1414
*
1515
* @author : xiaomo
16-
* github: https://github.com/xiaomoinfo
16+
* github: https://github.com/houko
1717
* email: xiaomo@xiaomo.info
1818
* <p>
1919
* Date: 2016/4/1 20:37

core/src/main/java/info/xiaomo/core/base/BaseService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.util.List;
77

88
/**
9-
* @author : xiaomo (https://xiaomo.info) (https://github.com/xiaomoinfo)
9+
* @author : xiaomo (https://xiaomo.info) (https://github.com/houko)
1010
* @version : 2017/1/11 16:42
1111
*/
1212
@Service

core/src/main/java/info/xiaomo/core/base/Result.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* 把今天最好的表现当作明天最新的起点..~
77
* いま 最高の表現 として 明日最新の始発..~
88
* Today the best performance as tomorrow newest starter!
9-
* Created by IntelliJ IDEA.
9+
1010
*
1111
* @author : xiaomo
12-
* github: https://github.com/xiaomoinfo
12+
* github: https://github.com/houko
1313
* email: xiaomo@xiaomo.info
1414
* <p>
1515
* Date: 2016/10/31 15:25

core/src/main/java/info/xiaomo/core/constant/CodeConst.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* 把今天最好的表现当作明天最新的起点..~
55
* いま 最高の表現 として 明日最新の始発..~
66
* Today the best performance as tomorrow newest starter!
7-
* Created by IntelliJ IDEA.
7+
88
*
99
* @author : xiaomo
10-
* github: https://github.com/xiaomoinfo
10+
* github: https://github.com/houko
1111
* email: xiaomo@xiaomo.info
1212
* <p>
1313
* Date: 2016/10/29 10:59

0 commit comments

Comments
 (0)