Skip to content

Releases: yanghaiji/javayh-platform

v1.8.0

13 May 13:38
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/dev' into dev

实现自动化注入 | Automated injection

05 Apr 05:04
Compare
Choose a tag to compare

1.对现有的服务进行了规范,实现了自动注入到IOC
2.对mybatis服务进行了sql注入防护
3.其他

  1. The existing services are standardized to realize automatic injection into IOC
  2. Protect mybatis service with SQL injection
  3. The other

新增代码生成器

04 Apr 16:44
Compare
Choose a tag to compare

1.新增代码生成器
2.更改报名
3.修改一些历史问题
4.对sso进行模块规划


  1. New code generator
  2. Change your registration
  3. Revise some history questions
  4. Module planning for sso

第二次迭代

27 Mar 15:01
Compare
Choose a tag to compare

基于1.0.0的版本进行迭代,修改了历史遗留问题,更改了swagger ui
新增功能如下:
1.添加邮件处理模块
2.添加国际化语言自动切换
3.添加gareway服务降级
4.添加服务心跳 检测 插件

Iteration based on version 1.0.0, modification of legacy issues, and changes to the swagger UI
New functions are as follows:

  1. Add a mail processing module

  2. Add automatic switch of internationalization language

  3. Add a gareway service downgrade

  4. Add ervice heartbeat detection plug-in

初始化第一个版本

06 Mar 06:25
82dad3d
Compare
Choose a tag to compare

满足基本的使用,内容包括:
1.日志处理
2.缓存处理
3.多数据源处理
4.API文档处理
5.路由处理
6.一些常用的工具封住,如全局异常等