Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manoelcampos/truques-intellij
Projeto Spring Boot de exemplo para testar truques do IntelliJ
https://github.com/manoelcampos/truques-intellij
demo intellij spring-boot
Last synced: 13 days ago
JSON representation
Projeto Spring Boot de exemplo para testar truques do IntelliJ
- Host: GitHub
- URL: https://github.com/manoelcampos/truques-intellij
- Owner: manoelcampos
- Created: 2023-11-22T13:36:01.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-22T19:08:46.000Z (12 months ago)
- Last Synced: 2023-11-23T16:04:27.648Z (12 months ago)
- Topics: demo, intellij, spring-boot
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
# Projeto Spring Boot de exemplo para testar truques do IntelliJ
Para testar estes recursos, pode ser usado qualquer tipo de projeto com qualquer linguagem, não necessariamente Java com Spring Boot.
Acesse a https://www.icloud.com/keynote/0eeztjw8sC0ruRURyhzuWvlvA#truques-intellij[apresentação aqui].
Alguns dos recursos mostrado lá podem só funcionar na versão Ultimate do IntelliJ.## Habilitar DevTools no IntelliJ
Para habilitar a recompilação e reinicio do servidor a cada alteração do projeto, acesse as configurações do IntelliJ e habilite:
- `Build, Execution, Deployment > Compiler > Build project automatically`
- `Advanced Settings > Allow auto-make to start even if developed application is currently running`