Skip to content

Bee V1.9.8

Compare
Choose a tag to compare
@automvc automvc released this 03 Mar 01:02

V1.9.8(2021 Mid-Autumn Day)
SuidRich add 4 method.
MoreTable(more table select):
support List type field for more tables join;
support two sub tables join(inner join,right join, left join);
support one sub table have another join sub table;
annotation JoinTable add method:subClass() for List type field
MapSuid(the Javabean corresponding to the table is not required):
add method update,count,paging select, add and adjust insert and insertAndReturnId.
PreparedSqlLib support selectMapList method.
Read/Write multi-DataSource support different type DataSource.
Logger: two method support have parameter Throwable.
sql log support config the log level.
add class StreamUtil
enhance check field
enhance multi-thread support.
custom the path of bee.properties.
Generate Javabean(GenBean) support type:JSON,TEXT.