Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📚 Spring Boot 2 Essentials 05 - Hot Swap com Spring Boot Devtools #55

Open
JayCesar opened this issue Apr 6, 2024 · 0 comments
Assignees

Comments

@JayCesar
Copy link
Owner

JayCesar commented Apr 6, 2024

Para alguns tipos de mudanças eu não preciso reiniciar a aplicação inteira. Por exemplo, se eu alterar algo no método ou mesmo adicionar métodos novo, basta eu clicar em build!

Mas para isso eu preciso dessa dependência:

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
        </dependency>
@JayCesar JayCesar self-assigned this Apr 6, 2024
@JayCesar JayCesar added this to the DevDojo milestone Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant