How to disable RepositoryRestHandlerMapping and EndpointHandlerMapping?

后端 未结 4 2204
轮回少年
轮回少年 2021-02-07 02:32

I am currently building an application with a REST interface, using Spring Boot, Hibernate and Spring-HATEOAS. My data model is defined as beans with @Entity annota

4条回答
  •  别跟我提以往
    2021-02-07 02:58

    use below dependency

     
                org.springframework.boot
                spring-boot-starter-web
            
            
    

    instead of

       
                org.springframework.boot
                spring-boot-starter-data-rest
            
    

提交回复
热议问题