Home

Awesome

spring-boot

依赖1.5.19版本,http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/

spring-boot-parent

所有Module均依赖spring-boot-parent

xml

<module>../spring-boot-hello</module>
<module>../spring-boot-devtools</module>
<module>../spring-boot-mybatis</module>
<module>../spring-boot-shiro</module>
<module>../spring-boot-shiro-redis</module>
<module>../spring-boot-cache-ehcache</module>
<module>../spring-boot-cache-redis</module>
<module>../spring-boot-activemq-producer</module>
<module>../spring-boot-activemq-consumer</module>
<module>../spring-boot-email</module>
<module>../spring-boot-freemarker</module>
<module>../spring-boot-websocket</module>
<module>../spring-boot-websocket-client</module>
<module>../spring-boot-sitemesh</module>
<module>../spring-boot-easyui-kindeditor</module>
<module>../spring-boot-quartz</module>
<module>../spring-boot-springfox</module>
<module>../spring-boot-crawler</module>
<module>../spring-boot-jpa</module>
<module>../spring-boot-activiti</module>
<module>../spring-boot-welcome-page</module>
<module>../spring-boot-sharding</module>
       	
<parent>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-parent</artifactId>
   <version>1.5.19.RELEASE</version>
</parent>
NameDescription
spring-boot-starterThe core Spring Boot starter, including auto-configuration support, logging and YAML
spring-boot-starter-actuatorProduction ready features to help you monitor and manage your application.
spring-boot-starter-amqpare neat
spring-boot-starter-aopSupport for aspect-oriented programming including spring-aop and AspectJ.
spring-boot-starter-artemisSupport for “Java Message Service API” via Apache Artemis.
spring-boot-starter-batchSupport for “Spring Batch” including HSQLDB database.
spring-boot-starter-cacheSupport for Spring’s Cache abstraction.
spring-boot-starter-cloud-connectorsSupport for “Spring Cloud Connectors” which simplifies connecting to services in cloud platforms like Cloud Foundry and Heroku.
spring-boot-starter-data-elasticsearchSupport for the Elasticsearch search and analytics engine including spring-data-elasticsearch.
spring-boot-starter-data-gemfireSupport for the GemFire distributed data store including spring-data-gemfire.
spring-boot-starter-data-jpaSupport for the “Java Persistence API” including spring-data-jpa, spring-orm and Hibernate.
spring-boot-starter-data-mongodbSupport for the MongoDB NoSQL Database, including spring-data-mongodb.
spring-boot-starter-data-restSupport for exposing Spring Data repositories over REST via spring-data-rest-webmvc.
spring-boot-starter-data-solrSupport for the Apache Solr search platform, including spring-data-solr.
spring-boot-starter-freemarkerSupport for the FreeMarker templating engine.
spring-boot-starter-groovy-templatesSupport for the Groovy templating engine.
spring-boot-starter-hateoasSupport for HATEOAS-based RESTful services via spring-hateoas.
spring-boot-starter-hornetqSupport for “Java Message Service API” via HornetQ.
spring-boot-starter-integrationSupport for common spring-integration modules.
spring-boot-starter-jdbcSupport for JDBC databases.
spring-boot-starter-jerseySupport for the Jersey RESTful Web Services framework.
spring-boot-starter-jta-atomikosSupport for JTA distributed transactions via Atomikos.
spring-boot-starter-jta-bitronixSupport for JTA distributed transactions via Bitronix.
spring-boot-starter-mailSupport for javax.mail.
spring-boot-starter-mobileSupport for spring-mobile.
spring-boot-starter-mustacheSupport for the Mustache templating engine.
spring-boot-starter-redisSupport for the REDIS key-value data store, including spring-redis.
spring-boot-starter-securitySupport for spring-security.
spring-boot-starter-social-facebookSupport for spring-social-facebook.
spring-boot-starter-social-linkedinSupport for spring-social-linkedin.
spring-boot-starter-social-twitterSupport for spring-social-twitter.
spring-boot-starter-testSupport for common test dependencies, including JUnit, Hamcrest and Mockito along with the spring-test module.
spring-boot-starter-thymeleafSupport for the Thymeleaf templating engine, including integration with Spring.
spring-boot-starter-velocitySupport for the Velocity templating engine.
spring-boot-starter-webSupport for full-stack web development, including Tomcat and spring-webmvc.
spring-boot-starter-websocketSupport for WebSocket development.
spring-boot-starter-wsSupport for Spring Web Services.