This website works better with JavaScript.
Home
Explore
Help
Sign In
luoweijian
/
crm-backend-matt
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108
Commits
1
Branch
0
Tags
401 MiB
Java
48.3%
HTML
32.6%
Python
17.3%
JavaScript
1.3%
Batchfile
0.2%
Tree:
218b68af28
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '218b68af28'
${ noResults }
crm-backend-matt
/
.qoder
/
repowiki
/
knowledge
/
zh
/
CRM 多模块单体工程(Maven 父 POM)
/
CRM 认证与权限模块(crm-auth)
/
特殊配置与命令.md
141 B
Raw
Blame
History
模块本身不打包可执行 jar,开发调试直接运行 AuthApplication.main;单元测试使用 H2 内存库配合 @SpringBootTest。