Skip to content

Commit f56236a

Browse files
committed
🎨 规范注释风格
1 parent ca87bd0 commit f56236a

File tree

471 files changed

+1183
-3442
lines changed

Some content is hidden

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

471 files changed

+1183
-3442
lines changed

demo-activiti/src/main/java/com/xkcoding/activiti/SpringBootDemoActivitiApplication.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@
88
* 启动器
99
* </p>
1010
*
11-
* @package: com.xkcoding.activiti
12-
* @description: 启动器
13-
* @author: yangkai.shen
14-
* @date: Created in 2019-03-31 22:24
15-
* @copyright: Copyright (c) 2019
16-
* @version: V1.0
17-
* @modified: yangkai.shen
11+
* @author yangkai.shen
12+
* @date Created in 2019-03-31 22:24
1813
*/
1914
@SpringBootApplication
2015
public class SpringBootDemoActivitiApplication {

demo-activiti/src/main/java/com/xkcoding/activiti/config/SecurityConfiguration.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@
2121
* 安全配置类
2222
* </p>
2323
*
24-
* @package: com.xkcoding.activiti.config
25-
* @description: 安全配置类
26-
* @author: yangkai.shen
27-
* @date: Created in 2019-07-01 18:40
28-
* @copyright: Copyright (c) 2019
29-
* @version: V1.0
30-
* @modified: yangkai.shen
24+
* @author yangkai.shen
25+
* @date Created in 2019-07-01 18:40
3126
*/
3227
@Slf4j
3328
@Configuration

demo-activiti/src/main/java/com/xkcoding/activiti/util/SecurityUtil.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@
1717
* 认证工具
1818
* </p>
1919
*
20-
* @package: com.xkcoding.activiti.util
21-
* @description: 认证工具
22-
* @author: yangkai.shen
23-
* @date: Created in 2019-07-01 18:38
24-
* @copyright: Copyright (c) 2019
25-
* @version: V1.0
26-
* @modified: yangkai.shen
20+
* @author yangkai.shen
21+
* @date Created in 2019-07-01 18:38
2722
*/
2823
@Component
2924
@RequiredArgsConstructor(onConstructor_ = @Autowired)

demo-actuator/src/main/java/com/xkcoding/actuator/SpringBootDemoActuatorApplication.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@
88
* 启动类
99
* </p>
1010
*
11-
* @package: com.xkcoding.actuator
12-
* @description: 启动类
13-
* @author: yangkai.shen
14-
* @date: Created in 2018/9/29 2:27 PM
15-
* @copyright: Copyright (c)2018
16-
* @version: V1.0
17-
* @modified: yangkai.shen
11+
* @author yangkai.shen
12+
* @date Created in 2018-9-29 14:27
1813
*/
1914
@SpringBootApplication
2015
public class SpringBootDemoActuatorApplication {

demo-admin/admin-client/src/main/java/com/xkcoding/admin/client/SpringBootDemoAdminClientApplication.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@
88
* 启动类
99
* </p>
1010
*
11-
* @package: com.xkcoding.admin.client
12-
* @description: 启动类
13-
* @author: yangkai.shen
14-
* @date: Created in 2018/10/8 2:16 PM
15-
* @copyright: Copyright (c) 2018
16-
* @version: V1.0
17-
* @modified: yangkai.shen
11+
* @author yangkai.shen
12+
* @date Created in 2018-10-8 14:16
1813
*/
1914
@SpringBootApplication
2015
public class SpringBootDemoAdminClientApplication {

demo-admin/admin-client/src/main/java/com/xkcoding/admin/client/controller/IndexController.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@
88
* 首页
99
* </p>
1010
*
11-
* @package: com.xkcoding.admin.client.controller
12-
* @description: 首页
13-
* @author: yangkai.shen
14-
* @date: Created in 2018/10/8 2:15 PM
15-
* @copyright: Copyright (c) 2018
16-
* @version: V1.0
17-
* @modified: yangkai.shen
11+
* @author yangkai.shen
12+
* @date Created in 2018-10-08 14:15
1813
*/
1914
@RestController
2015
public class IndexController {

demo-admin/admin-server/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,8 @@
6868
* 启动类
6969
* </p>
7070
*
71-
* @package: com.xkcoding.admin.server
72-
* @description: 启动类
73-
* @author: yangkai.shen
74-
* @date: Created in 2018/10/8 2:08 PM
75-
* @copyright: Copyright (c) 2018
76-
* @version: V1.0
77-
* @modified: yangkai.shen
71+
* @author yangkai.shen
72+
* @date Created in 2018-10-08 14:08
7873
*/
7974
@EnableAdminServer
8075
@SpringBootApplication

demo-admin/admin-server/src/main/java/com/xkcoding/admin/server/SpringBootDemoAdminServerApplication.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@
99
* 启动类
1010
* </p>
1111
*
12-
* @package: com.xkcoding.admin.server
13-
* @description: 启动类
14-
* @author: yangkai.shen
15-
* @date: Created in 2018/10/8 2:08 PM
16-
* @copyright: Copyright (c) 2018
17-
* @version: V1.0
18-
* @modified: yangkai.shen
12+
* @author yangkai.shen
13+
* @date Created in 2018-10-08 14:08
1914
*/
2015
@EnableAdminServer
2116
@SpringBootApplication

demo-async/README.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,8 @@ spring:
9090
* 启动器
9191
* </p>
9292
*
93-
* @package: com.xkcoding.async
94-
* @description: 启动器
95-
* @author: yangkai.shen
96-
* @date: Created in 2018-12-29 10:28
97-
* @copyright: Copyright (c) 2018
98-
* @version: V1.0
99-
* @modified: yangkai.shen
93+
* @author yangkai.shen
94+
* @date Created in 2018-12-29 10:28
10095
*/
10196
@EnableAsync
10297
@SpringBootApplication
@@ -117,13 +112,8 @@ public class SpringBootDemoAsyncApplication {
117112
* 任务工厂
118113
* </p>
119114
*
120-
* @package: com.xkcoding.async.task
121-
* @description: 任务工厂
122-
* @author: yangkai.shen
123-
* @date: Created in 2018-12-29 10:37
124-
* @copyright: Copyright (c) 2018
125-
* @version: V1.0
126-
* @modified: yangkai.shen
115+
* @author yangkai.shen
116+
* @date Created in 2018-12-29 10:37
127117
*/
128118
@Component
129119
@Slf4j
@@ -193,13 +183,8 @@ public class TaskFactory {
193183
* 测试任务
194184
* </p>
195185
*
196-
* @package: com.xkcoding.async.task
197-
* @description: 测试任务
198-
* @author: yangkai.shen
199-
* @date: Created in 2018-12-29 10:49
200-
* @copyright: Copyright (c) 2018
201-
* @version: V1.0
202-
* @modified: yangkai.shen
186+
* @author yangkai.shen
187+
* @date Created in 2018-12-29 10:49
203188
*/
204189
@Slf4j
205190
public class TaskFactoryTest extends SpringBootDemoAsyncApplicationTests {
@@ -269,4 +254,4 @@ public class TaskFactoryTest extends SpringBootDemoAsyncApplicationTests {
269254

270255
## 参考
271256

272-
- Spring Boot 异步任务线程池的配置 参考官方文档:https://docs.spring.io/spring-boot/docs/2.1.0.RELEASE/reference/htmlsingle/#boot-features-task-execution-scheduling
257+
- Spring Boot 异步任务线程池的配置 参考官方文档:https://docs.spring.io/spring-boot/docs/2.1.0.RELEASE/reference/htmlsingle/#boot-features-task-execution-scheduling

demo-async/src/main/java/com/xkcoding/async/SpringBootDemoAsyncApplication.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@
99
* 启动器
1010
* </p>
1111
*
12-
* @package: com.xkcoding.async
13-
* @description: 启动器
14-
* @author: yangkai.shen
15-
* @date: Created in 2018-12-29 10:28
16-
* @copyright: Copyright (c) 2018
17-
* @version: V1.0
18-
* @modified: yangkai.shen
12+
* @author yangkai.shen
13+
* @date Created in 2018-12-29 10:28
1914
*/
2015
@EnableAsync
2116
@SpringBootApplication

0 commit comments

Comments
 (0)