Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projectArtifacture
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yangzhaojun
projectArtifacture
Commits
05bc248d
Commit
05bc248d
authored
Dec 21, 2017
by
李丛阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ignore
parent
839e8a53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
.gitignore
.gitignore
+5
-0
readMe.md
readMe.md
+15
-1
No files found.
.gitignore
0 → 100644
View file @
05bc248d
.idea/*
*.iml
.settings/*
.classpath
.project
\ No newline at end of file
readMe.md
View file @
05bc248d
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment