spring boot之大局配置文件和starter pom
1.spring boot全局配置文件application.properties
#spring boot的全局配置文件,可以对一些默认配置的配置值进行修改 #默认为8080 server.port=9090 #默认为/ server.context-path=/molianzhonglong
2.starter pom
以下来源于:http://docs.spring.io/spring-boot/docs/1.5.3.BUILD-SNAPSHOT/reference/htmlsingle/
Spring Boot application starters
|
Starter for building MVC web applications using Thymeleaf views |
Pom |
|
Starter for using Couchbase document-oriented database and Spring Data Couchbase |
Pom |
|
Starter for JMS messaging using Apache Artemis |
Pom |
|
Starter for using Spring Web Services |
Pom |
|
Starter for using Java Mail and Spring Framework’s email sending support |
Pom |
|
Starter for using Redis key-value data store with Spring Data Redis and the Jedis client |
Pom |
|
Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container |
Pom |
|
Starter for using GemFire distributed data store and Spring Data GemFire |
Pom |
|
Starter for JMS messaging using Apache ActiveMQ |
Pom |
|
Starter for using Elasticsearch search and analytics engine and Spring Data Elasticsearch |
Pom |
|
Starter for using Spring Integration |
Pom |
|
Starter for testing Spring Boot applications with libraries including JUnit, Hamcrest and Mockito |
Pom |
|
Starter for using JDBC with the Tomcat JDBC connection pool |
Pom |
|
Starter for building web applications using Spring Mobile |
Pom |
|
Starter for using Java Bean Validation with Hibernate Validator |
Pom |
|
Starter for building hypermedia-based RESTful web application with Spring MVC and Spring HATEOAS |
Pom |
|
Starter for building RESTful web applications using JAX-RS and Jersey. An alternative to |
Pom |
|
Starter for using Neo4j graph database and Spring Data Neo4j |
Pom |
|
Starter for using Spring Data LDAP |
Pom |
|
Starter for building WebSocket applications using Spring Framework’s WebSocket support |
Pom |
|
Starter for aspect-oriented programming with Spring AOP and AspectJ |
Pom |
|
Starter for using Spring AMQP and Rabbit MQ |
Pom |
|
Starter for using Cassandra distributed database and Spring Data Cassandra |
Pom |
|
Starter for using Spring Social Facebook |
Pom |
|
Starter for JTA transactions using Atomikos |
Pom |
|
Starter for using Spring Security |
Pom |
|
Starter for building MVC web applications using Mustache views |
Pom |
|
Starter for using Spring Data JPA with Hibernate |
Pom |
|
Core starter, including auto-configuration support, logging and YAML |
Pom |
|
Starter for building MVC web applications using Groovy Templates views |
Pom |
|
Starter for building MVC web applications using FreeMarker views |
Pom |
|
Starter for using Spring Batch |
Pom |
|
Stater for using Spring Social LinkedIn |
Pom |
|
Starter for using Spring Framework’s caching support |
Pom |
|
Starter for using the Apache Solr search platform with Spring Data Solr |
Pom |
|
Starter for using MongoDB document-oriented database and Spring Data MongoDB |
Pom |
|
Starter for using jOOQ to access SQL databases. An alternative to |
Pom |
|
Spring Boot Narayana JTA Starter |
Pom |
|
Starter for using Spring Cloud Connectors which simplifies connecting to services in cloud platforms like Cloud Foundry and Heroku |
Pom |
|
Starter for JTA transactions using Bitronix |
Pom |
|
Starter for using Spring Social Twitter |
Pom |
|
Starter for exposing Spring Data repositories over REST using Spring Data REST |
Pom |