Class HeroConfig
- java.lang.Object
-
- ch.puzzle.libpuzzle.demo.springboot.hero.HeroConfig
-
@Configuration public class HeroConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HeroConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiActions<Hero>restActions(HeroRepository repository, ch.puzzle.libpuzzle.springframework.boot.rest.action.RepositoryActions repositoryActions)
-
-
-
Method Detail
-
restActions
@Bean public ApiActions<Hero> restActions(HeroRepository repository, ch.puzzle.libpuzzle.springframework.boot.rest.action.RepositoryActions repositoryActions)
-
-