# 更新日志

# Snapshots

开发中的快照版。

# 0.8.0-SNAPSHOT

  • Spring Boot升级至2.7.0

  • ……

# 0.7.0-SNAPSHOT

  • ddlAuto自动建实体表、列、外键索引功能,从默认开启改为默认关闭,可使用注解或配置开启(fly-orm);
  • 数据库管理从默认执行所有命名空间脚本改为默认只执行默认命名空间default脚本,可使用配置指定当前ApplicationContext需要执行哪些命名空间(fly-orm);
  • 重构API权限控制,简化并移除@Scope@Permission等注解,转用@Security,重命名SecurityContext -> SecurityContext2fly-security);
  • 重构Crud接口,SimpleRecord -> RowMap等(fly-orm);
  • ……

# 0.6.0-SNAPSHOT

  • 字段设置固定值表达式注解@Value重命名为@FixedValuefly-data);
  • ……

# Releases

已发布的正式版。

# 0.5.0.1

2022/3/15

  • 修复提供的/config*.json配置接口中文返回乱码(fly-web);

# 0.5.0

2022/3/14

顶部