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.
126
Commits
1
Branch
0
Tags
436 MiB
JavaScript
51.7%
CSS
22.6%
HTML
15.9%
Java
6.8%
Python
2.8%
Tree:
5ac7aba65a
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5ac7aba65a'
${ 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。