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.
caixiang ed054a2bf2 瑞昌SPC - 定版 пре 8 месеци
ym-admin 瑞昌SPC - 定版 пре 8 месеци
ym-baisc CommonField пре 1 година
ym-common 修改判读方案算法 пре 1 година
ym-gateway 瑞昌SPC - 定版 пре 8 месеци
ym-generator mark пре 1 година
ym-influx 瑞昌SPC - 定版 пре 8 месеци
ym-process-inspection 瑞昌SPC - 定版 пре 8 месеци
ym-quality-planning commit for pull пре 1 година
ym-schedule-task fix: 🔧 пре 2 година
.gitignore commit init пре 2 година
README.md feat: 📝新增README文档 пре 2 година
pom.xml Merge branch 'master' of http://git.picaiba.com/kszny/ym-pass пре 2 година

README.md

项目说明

  • 这是根据renren框架重新修改出来的框架
  • 采用SpringBoot、MyBatis、spring security框架
  • 提供了代码生成器,只需编写30%左右代码,其余的代码交给系统自动生成,可快速完成开发任务
  • 代码生成器是用的Velocity模版引擎,如果需要可以在ym-generator模块中进行vm模板的修改和一些包名等基础修改

新增业务模块需要注意

  • 新增业务模块时,业务模块需要依赖ym-admin,并且ym-gateway模块maven需要依赖新建模块
  • 自动生成的controller接口都带鉴权注解,如果开发阶段可以先注释掉,后面开发完成之后再把鉴权添加到数据库

技术选型:

  • 核心框架:Spring Boot 2.7
  • 安全框架:Spring Security
  • 持久层框架:MyBatis 3.5
  • 定时器:Quartz 2.3
  • 数据库连接池:HikariCP
  • 日志管理:log4j2
  • 页面交互:Vue2.x

软件需求

  • JDK1.8
  • Maven3.0+
  • MySQL8.0
  • redis6.0+