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.
|
|
2 years ago | |
|---|---|---|
| .history/src/main/java/com/dreamchaser/depository_manage/aop | 3 years ago | |
| .idea | 2 years ago | |
| .mvn/wrapper | 3 years ago | |
| .vs | 3 years ago | |
| src/main | 2 years ago | |
| target | 2 years ago | |
| .gitignore | 3 years ago | |
| LICENSE | 3 years ago | |
| README.md | 2 years ago | |
| mvnw | 3 years ago | |
| mvnw.cmd | 3 years ago | |
| package.json | 3 years ago | |
| pom.xml | 2 years ago | |
README.md
depositroy
目录格式:
java:
aop:切面
config:配置信息
controller:各功能的控制器
conveter:用于excel导入时的数据转换
depository_mapper depository库的mapper文件
entity: 基础使用数据类
EPSON:弃用
exception:自定义异常
exceptionHandler:自定义异常处理
hrNew_mapper:hr系统数据类
intercepter:拦截器
listener:excel导入时的监听器
pojo:entity中的二次封装
scheduled:定时任务
security:
bean:弃用
pool:连接池
service:逻辑处理
utils:工具类
resources:
static:静态资源
templates:页面文件
application-prod.yml:线上环境
application-test.yml:本地开发环境
logback-spring.xml:日志文件配置
redisson-config.yml:redisson配置
test:
测试类