Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
18 contributions in the last year
Contribution activity
November 2020
Created 5 commits in 2 repositories
Created a pull request in LuckZZ/ObjectiveSql that received 1 comment
Opened 2 other pull requests in 1 repository
braisdom/ObjectiveSql
2
merged
Created an issue in braisdom/ObjectiveSql that received 1 comment
com.github.braisdom.objsql.reflection.ReflectionException: Failed to write Member.id, because setter method require Integer, but give a Long(10)
使用mysql保存数据报错
数据模型:
@DomainModel(primaryClass = Integer.class)
public class Member { @Size(min = 5, max = 20) private String no; @Queryable private…