spring-boot/spring-boot-samples
Dave Syer 5249f54c5a Integrate @ConfigurationProperties @Beans with DataSource configuration
We now have a much simpler DataSourceAutoConfiguration that binds to whatever
DataSource concrete type it finds at runtime. To be able to quickly switch between
Hikari and the other types of DataSource there's a minute shim for translating
the common properties (username, password, url, driverClassName), but actually
only url is different. The shim and also DataSource initialization is supported
through DataSourceProperties, but the other native properties get bound directly
through the concrete runtime type of the DataSource.

The /configprops endpoint works (and is exposed in the actuator sample).

Fixes gh-840, fixes gh-477, see also gh-808.
2014-05-13 16:46:04 +01:00
..
spring-boot-sample-actuator Integrate @ConfigurationProperties @Beans with DataSource configuration 2014-05-13 16:46:04 +01:00
spring-boot-sample-actuator-log4j Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-actuator-noweb Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-actuator-ui Add missing tests 2014-05-08 16:58:52 +02:00
spring-boot-sample-amqp Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-aop Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-batch Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-data-gemfire Polish templates code 2014-04-30 21:36:09 +01:00
spring-boot-sample-data-jpa Make RunMojo fork a new process 2014-05-01 09:48:05 +01:00
spring-boot-sample-data-mongodb Upgrade to the Spring Data Dijkstra release train 2014-05-07 13:44:28 +01:00
spring-boot-sample-data-redis Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-data-rest Polish 2014-04-25 15:57:43 +01:00
spring-boot-sample-flyway Add JPA to flyway sample 2014-05-06 18:03:15 -07:00
spring-boot-sample-integration Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-jetty Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-liquibase Fix samples that need jdbc and don't import it 2014-05-02 15:15:39 +01:00
spring-boot-sample-profile Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-secure Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-servlet Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-simple Polish 2014-04-30 21:53:24 +01:00
spring-boot-sample-tomcat Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-tomcat-multi-connectors Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-traditional Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-web-freemarker Fix freemarker integration tests 2014-05-05 14:50:48 +02:00
spring-boot-sample-web-jsp Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-web-method-security Add constants to SecurityProperties and ManagementServerProperties 2014-05-08 05:32:43 -07:00
spring-boot-sample-web-secure Add constants to SecurityProperties and ManagementServerProperties 2014-05-08 05:32:43 -07:00
spring-boot-sample-web-static Update Boot version in gradle samples 2014-04-30 17:51:13 +01:00
spring-boot-sample-web-ui Make RunMojo fork a new process 2014-05-01 09:48:05 +01:00
spring-boot-sample-websocket Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-xml Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
pom.xml Add maven implicit plugin group ID 2014-05-02 23:03:31 +01:00