JuyeoungJun / cron-monitoring

for cron-monitoring
0 stars 0 forks source link

@Notnull vs nullable=false #46

Closed JuyeoungJun closed 3 years ago

JuyeoungJun commented 3 years ago

In GitLab by @gm2202985 on Jun 15, 2021, 09:18

사용법

@Notnull

    @Notnull
    private String name;

nullable

    @Column(name = "name", nullable = false)
    private String name;

차이점

추가적인 Validation