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
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.
11 years ago
..
spring-boot-sample-actuator Integrate @ConfigurationProperties @Beans with DataSource configuration 11 years ago
spring-boot-sample-actuator-log4j Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-actuator-noweb Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-actuator-ui Add missing tests 11 years ago
spring-boot-sample-amqp Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-aop Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-batch Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-data-gemfire Polish templates code 11 years ago
spring-boot-sample-data-jpa Make RunMojo fork a new process 11 years ago
spring-boot-sample-data-mongodb Upgrade to the Spring Data Dijkstra release train 11 years ago
spring-boot-sample-data-redis Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-data-rest Polish 11 years ago
spring-boot-sample-flyway Add JPA to flyway sample 11 years ago
spring-boot-sample-integration Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-jetty Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-liquibase Fix samples that need jdbc and don't import it 11 years ago
spring-boot-sample-profile Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-secure Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-servlet Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-simple Polish 11 years ago
spring-boot-sample-tomcat Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-tomcat-multi-connectors Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-traditional Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-web-freemarker Fix freemarker integration tests 11 years ago
spring-boot-sample-web-jsp Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-web-method-security Add constants to SecurityProperties and ManagementServerProperties 11 years ago
spring-boot-sample-web-secure Add constants to SecurityProperties and ManagementServerProperties 11 years ago
spring-boot-sample-web-static Update Boot version in gradle samples 11 years ago
spring-boot-sample-web-ui Make RunMojo fork a new process 11 years ago
spring-boot-sample-websocket Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-xml Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
pom.xml Add maven implicit plugin group ID 11 years ago