Skip to content

v0.4.3

Compare
Choose a tag to compare
@imyuyu imyuyu released this 28 May 15:08
· 10 commits to main since this release

Added

  • Inject the generator attribute of the @Id annotation into the Java class name
  • The load parameter of the @OnetoOne and @onetomany annotations is injected as SQL, with support for syntax highlighting.
  • *-translate.xml files support syntax highlighting.
  • @Id注解的generator参数注入为java类名, 方便引用及跳转
  • @OneToOne@OneToMany注解的load参数注入为sql,支持语法高亮
  • *-translate.xml文件支持语法注入
  • *-translate.xml文件中的datasource属性、service属性直接语法注入为spring bean name方便跳转(有可能不生效,很诡异)
  • *-translate.xml file use sqltoy icon

Fixed

  • 修复2024.1中语法注入报错的问题
  • 优化语法注入逻辑
  • 增强健壮性,修复在某些情况下插件报错的问题