Skip to content

增加Transactional Annotation 编译报错 #83

@augustinexx

Description

@augustinexx

代码:

@DomainModel
private static class RelatedClass {

    @Transactional
    public void save() {

    }
}

错误信息:

java: 未报告的异常错误java.sql.SQLException; 必须对其进行捕获或声明以便抛出

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions