Skip to content
Snippets Groups Projects
Commit 6412e480 authored by michaelisvy's avatar michaelisvy
Browse files

Merge pull request #25 from boly38/patch-1

Update BaseEntity.java
parents 7b16cb82 e50583f5
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ import javax.persistence.MappedSuperclass;
* @author Juergen Hoeller
*/
@MappedSuperclass
public class BaseEntity {
public class BaseEntity implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
protected Integer id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment