API 1.0.27 TreeParents.sort, Tracking.event_value is TEXT
This commit is contained in:
@@ -21,15 +21,6 @@ class ControllerAspect {
|
||||
@Autowired
|
||||
private lateinit var properties: ApplicationProperties
|
||||
|
||||
/* @Suppress("unused")
|
||||
@Pointcut("execution(* com.aitrainer.api.controller.*.*())")
|
||||
fun controllerAspect() {
|
||||
}
|
||||
|
||||
@Before("controllerAspect()")
|
||||
fun loggingAop() {
|
||||
Singleton.checkDBUpdate(configurationRepository, properties)
|
||||
}*/
|
||||
|
||||
@Before("execution(* com.aitrainer.api.controller.CustomerController.*(..))")
|
||||
fun customerControllerAspect(joinPoint: JoinPoint) {
|
||||
|
||||
@@ -8,6 +8,7 @@ import javax.validation.constraints.NotNull
|
||||
data class ExerciseTreeParents (
|
||||
@Expose @Id @GeneratedValue(strategy = GenerationType.IDENTITY) var exerciseTreeParentsId: Long = 0,
|
||||
@Expose @get: NotNull var exerciseTreeParentId: Long?,
|
||||
@Expose @get: NotNull var exerciseTreeChildId: Long?
|
||||
@Expose @get: NotNull var exerciseTreeChildId: Long?,
|
||||
@Expose @get: NotNull var sort: Int = 0
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user