Bael 6514 (#4281)
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package com.baeldung.flips.model;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.NonNull;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
|
||||
@Data
|
||||
@RequiredArgsConstructor
|
||||
public class Foo {
|
||||
private final String name;
|
||||
private final int id;
|
||||
@NonNull private final String name;
|
||||
@NonNull private final int id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user