Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro23 committed Jun 15, 2024
1 parent ec1cb17 commit cf9cc9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/example/demo/DemoApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.web.config.EnableSpringDataWebSupport;

@EnableSpringDataWebSupport(pageSerializationMode = EnableSpringDataWebSupport.PageSerializationMode.VIA_DTO)
@SpringBootApplication
public class DemoApplication {

Expand Down

0 comments on commit cf9cc9e

Please sign in to comment.