mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Add EbeanAgentAutoConfiguration for Spring Boot
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package org.unenhanced;
|
||||
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.Id;
|
||||
|
||||
// Not in org.example, i.e. not enhanced at build time
|
||||
@Entity
|
||||
public class Wotsit {
|
||||
@Id
|
||||
public String name;
|
||||
}
|
||||
Reference in New Issue
Block a user