informatique:java:frameworks:spring_framework
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| informatique:java:frameworks:spring_framework [08/12/2014 00:29] – [Tips] Hot swapping with spring-loaded cyrille | informatique:java:frameworks:spring_framework [01/03/2019 19:34] (Version actuelle) – [Solution spring-loaded] cyrille | ||
|---|---|---|---|
| Ligne 2: | Ligne 2: | ||
| http:// | http:// | ||
| + | |||
| + | Doc | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * Spring Data: | ||
| + | * [[http:// | ||
| + | * Sprint Data REST (@RepositoryRestResource, | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | Hébergement sur le web; | ||
| + | * [[https:// | ||
| ===== Tips ===== | ===== Tips ===== | ||
| + | |||
| + | ==== Dependencies injection ==== | ||
| + | |||
| + | All of your application components (@Component, | ||
| + | |||
| ==== Hot swapping ==== | ==== Hot swapping ==== | ||
| + | |||
| + | |||
| + | |||
| + | [[https:// | ||
| + | |||
| + | === Solution spring-boot-devtools === | ||
| + | |||
| + | * http:// | ||
| + | * http:// | ||
| + | |||
| + | === Solution spring-loaded === | ||
| * http:// | * http:// | ||
| * http:// | * http:// | ||
| * https:// | * https:// | ||
| + | |||
| + | Configurer Eclipse: | ||
| + | |||
| {{: | {{: | ||
| + | |||
| + | Maven: | ||
| + | <code xml> | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | Spring, dans src/ | ||
| + | spring.thymeleaf.cache: | ||
| + | |||
| + | ==== Source and Javadoc ==== | ||
| + | |||
| + | Avec le plugin eclipse de maven: | ||
| + | < | ||
| + | mvn eclipse: | ||
| + | </ | ||
| + | |||
informatique/java/frameworks/spring_framework.1417994981.txt.gz · Dernière modification : de cyrille
