Commit 05bc248d authored by 李丛阳's avatar 李丛阳

ignore

parent 839e8a53
.idea/*
*.iml
.settings/*
.classpath
.project
\ No newline at end of file
# lombok 简介 # 项目框架简介
## lombok 简介
@NonNull : 注解在参数上, 如果该类参数为 null , 就会报出异常, throw new NullPointException(参数名) @NonNull : 注解在参数上, 如果该类参数为 null , 就会报出异常, throw new NullPointException(参数名)
...@@ -30,3 +33,14 @@ ...@@ -30,3 +33,14 @@
@Slf4j : 注解在类上, 为类提供一个属性名为 log 的 log4j 的日志对象 @Slf4j : 注解在类上, 为类提供一个属性名为 log 的 log4j 的日志对象
## SSM 简介
## springboot 简介
## springfox-swagger2简介
## logback简介
## jwt简介
## spring-security 简介
\ No newline at end of file
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