public interface DeleteController<E,K>
@Authorize(ignore=true) org.hswebframework.ezorm.rdb.mapping.SyncRepository<E,K> getRepository()
@DeleteMapping(value="/{id:.+}")
@DeleteAction
default E delete(@PathVariable
K id)
Copyright © 2016–2022. All rights reserved.