Skip to content

Commit f56236a

Browse files
committedOct 25, 2020
🎨 规范注释风格
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

+2-7
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

+2-7
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

0 commit comments

Comments
 (0)
Please sign in to comment.