Saltar al contenido principal

Spring Boot In Action [2026 Release]

@Test void shouldCreateBook() throws Exception mockMvc.perform(post("/api/books") .contentType(MediaType.APPLICATION_JSON) .content("\"title\":\"Spring Boot in Action\",\"author\":\"Craig Walls\"")) .andExpect(status().isOk());

management.endpoints.web.exposure.include=health,info,metrics Build a fat JAR: Spring Boot In Action

./mvnw package

Add dependency: