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.
123
Commits
1
Branch
0
Tags
401 MiB
Tree:
feb8144c19
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'feb8144c19'
${ noResults }
crm-backend-matt
/
.qoder
/
repowiki
/
knowledge
/
zh
/
CRM 多模块单体工程(Maven 父 POM)
/
CRM 认证与权限模块(crm-auth)
/
特殊配置与命令.md
1 line
141 B
Raw
Normal View
History
first-commit
1 month ago
模块本身不打包可执行 jar,开发调试直接运行 AuthApplication.main;单元测试使用 H2 内存库配合
@SpringBootTest
。