You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-samples
Stephane Nicoll ebffa493e4 Harmonize ConfigurationProperties bean name
When `@EnableConfigurationProperties` is defined, Spring Boot
automatically registers a bean in the context for each class specified
on the annotation. Previously, the name of the bean only included the
prefix which leads to conflict if two different classes use the same
prefix.

This commit changes the bean name structure to be <prefix>-<fqn> where
prefix is the prefix used on the annotation and <fqn> the fully qualified
name of the target class.

Closes gh-4395
9 years ago
..
spring-boot-sample-activemq Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-actuator Harmonize ConfigurationProperties bean name 9 years ago
spring-boot-sample-actuator-log4j2 Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-actuator-noweb Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-actuator-ui Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-amqp Move master to 1.4.0.BUILD-SNAPSHOT 9 years ago
spring-boot-sample-ant Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-aop Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-atmosphere Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-batch Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-cache Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-data-cassandra Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-data-elasticsearch Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-data-gemfire Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-data-jpa Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-data-mongodb Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-data-redis Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-data-rest Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-data-solr Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-devtools Move master to 1.4.0.BUILD-SNAPSHOT 9 years ago
spring-boot-sample-flyway Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-hateoas Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-hornetq Move master to 1.4.0.BUILD-SNAPSHOT 9 years ago
spring-boot-sample-hypermedia Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-hypermedia-gson Move master to 1.4.0.BUILD-SNAPSHOT 9 years ago
spring-boot-sample-hypermedia-jpa Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-hypermedia-ui Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-integration Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jersey Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jersey1 Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jetty Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jetty-ssl Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jetty8 Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jetty8-ssl Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jetty93 Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jooq Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jpa Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jta-atomikos Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jta-bitronix Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-jta-jndi Move master to 1.4.0.BUILD-SNAPSHOT 9 years ago
spring-boot-sample-liquibase Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-logback Move master to 1.4.0.BUILD-SNAPSHOT 9 years ago
spring-boot-sample-metrics-dropwizard Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-metrics-opentsdb Move master to 1.4.0.BUILD-SNAPSHOT 9 years ago
spring-boot-sample-metrics-redis Rename redis starter to spring-boot-starter-data-redis 9 years ago
spring-boot-sample-parent-context Move master to 1.4.0.BUILD-SNAPSHOT 9 years ago
spring-boot-sample-profile Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-property-validation Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-secure Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-secure-oauth2 Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-secure-oauth2-resource Move master to 1.4.0.BUILD-SNAPSHOT 9 years ago
spring-boot-sample-servlet Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-session-redis Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-simple Polish 9 years ago
spring-boot-sample-testng Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-tomcat Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-tomcat-jsp Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-tomcat-multi-connectors Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-tomcat-ssl Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-tomcat7-jsp Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-traditional Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-undertow Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-undertow-ssl Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-velocity Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-war Move master to 1.4.0.BUILD-SNAPSHOT 9 years ago
spring-boot-sample-web-freemarker Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-web-groovy-templates Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-web-jsp Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-web-method-security Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-web-mustache Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-web-secure Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-web-secure-custom Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-web-secure-github Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-web-secure-jdbc Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-web-static Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-web-ui Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-web-velocity Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-websocket-jetty Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-websocket-tomcat Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-websocket-undertow Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-ws Use AssertJ in spring-boot-samples 9 years ago
spring-boot-sample-xml Use AssertJ in spring-boot-samples 9 years ago
README.adoc Remove support for Log4j 9 years ago
pom.xml Remove support for Log4j 9 years ago

README.adoc

 The following java samples are provided:

* link:spring-boot-sample-simple[spring-boot-sample-simple]
  -- A simple command line application
* link:spring-boot-sample-tomcat[spring-boot-sample-tomcat]
  --  Embedded Tomcat
* link:spring-boot-sample-jetty[spring-boot-sample-jetty]
  -- Embedded Jetty
* link:spring-boot-sample-activemq[spring-boot-sample-activemq]
  -- Simple JMS consumer and producer using Apache ActiveMQ
* link:spring-boot-sample-actuator[spring-boot-sample-actuator]
  -- Simple REST service with production features
* link:spring-boot-sample-actuator-ui[spring-boot-sample-actuator-ui]
  -- A web UI example with production features
* link:spring-boot-sample-actuator-noweb[spring-boot-sample-actuator-noweb]
  -- A production features sample with no web application
* link:spring-boot-sample-actuator-log4j2[spring-boot-sample-actuator-log4j2]
  -- A production features sample using log4j 2 for logging (instead of logback)
* link:spring-boot-sample-cache[spring-boot-sample-cache]
  -- A web sample that uses Spring's cache abstraction
* link:spring-boot-sample-web-ui[spring-boot-sample-web-ui]
  -- A thymeleaf web application
* link:spring-boot-sample-web-static[spring-boot-sample-web-static]
  -- A web application serving static files
* link:spring-boot-sample-web-freemarker[spring-boot-sample-web-freemarker]
  -- A web application using Freemarker templates
* link:spring-boot-sample-web-velocity[spring-boot-sample-web-velocity]
  -- A web application using Velocity templates
* link:spring-boot-sample-web-groovy-templates[spring-boot-sample-web-groovy-templates]
  -- A web application using native Groovy templates
* link:spring-boot-sample-web-jsp[spring-boot-sample-web-jsp]
  -- A web application using JSP templates
* link:spring-boot-sample-web-tomcat-jsp[spring-boot-sample-tomcat-jsp]
  -- A web application using JSP templates with Tomcat 8
* link:spring-boot-sample-tomcat-multi-connectors[spring-boot-sample-tomcat-multi-connectors]
  -- A web application using multiple connectors in tomcat, showing how to customize the Tomcat server
* link:spring-boot-sample-web-secure[spring-boot-sample-web-secure]
  -- A web application with typical Security configuration enabling a login form
* link:spring-boot-sample-web-method-security[spring-boot-sample-web-method-security]
  -- A web application with Security configuration enabling global method security
* link:spring-boot-sample-secure[spring-boot-sample-secure]
  -- example showing Spring Security in a non-web application
* link:spring-boot-sample-servlet[spring-boot-sample-servlet]
  -- example showing a "raw" `Servlet` returning plaintext content
* link:spring-boot-sample-ws[spring-boot-sample-ws]
  -- A simple contract-first SOAP web service with Spring Web Services
* link:spring-boot-sample-websocket-jetty[spring-boot-sample-websocket-jetty]
  -- A web application with Websocket support on Jetty server
* link:spring-boot-sample-websocket-tomcat[spring-boot-sample-websocket-tomcat]
  -- A web application with Websocket support on Tomcat server
* link:spring-boot-sample-websocket-undertow[spring-boot-sample-websocket-undertow]
  -- A web application with Websocket support on Undertow server
* link:spring-boot-sample-flyway[spring-boot-sample-flyway]
  -- Example showing database migrations with Flyway
* link:spring-boot-sample-liquibase[spring-boot-sample-liquibase]
  -- Example showing database migrations with Liquibase
* link:spring-boot-sample-amqp[spring-boot-sample-amqp]
  -- Example showing message-oriented application using RabbitMQ
* link:spring-boot-sample-hornetq[spring-boot-sample-hornetq]
  -- Example showing message-oriented application using HornetQ
* link:spring-boot-sample-batch[spring-boot-sample-batch]
  -- Define and run a Batch job in a few lines of code
* link:spring-boot-sample-data-jpa[spring-boot-sample-data-jpa]
  -- Spring Data JPA + Hibernate + HSQLDB
* link:spring-boot-sample-data-mongodb[spring-boot-sample-data-mongodb]
  -- Spring Data Mongo repositories
* link:spring-boot-sample-data-solr[spring-boot-sample-data-solr]
  -- Spring Data Solr repositories
* link:spring-boot-sample-data-redis[spring-boot-sample-data-redis]
  -- Simple usage of Spring Data Redis
* link:spring-boot-sample-data-rest[spring-boot-sample-data-rest]
  -- Crud repositories exposed as REST endpoints
* link:spring-boot-sample-integration[spring-boot-sample-integration]
  -- A spring integration application
* link:spring-boot-sample-profile[spring-boot-sample-profile]
  -- example showing Spring's `@profile` support
* link:spring-boot-sample-property-validation[spring-boot-sample-property-validation]
  -- example showing the usage of `@ConfigurationProperties` with a Spring `Validator`
* link:spring-boot-sample-parent-context[spring-boot-sample-parent-context]
  -- example showing an `ApplicationContext` with a parent
* link:spring-boot-sample-aop[spring-boot-sample-aop]
  -- shows explicit usage of Spring AOP
* link:spring-boot-sample-traditional[spring-boot-sample-traditional]
  -- shows more traditional WAR packaging  (but also executable using `java -jar`)
* link:spring-boot-sample-xml[spring-boot-sample-xml]
  -- Example show how Spring Boot can be mixed with traditional XML configuration (we
  generally recommend using Java `@Configuration` whenever possible)