initializr/initializr-service
Stephane Nicoll f5e2de8f61 Allow to define "non starter" dependency
Previously, all dependencies were considered equal and enough to compile
and start the simple auto-generated boot application. There are some
corner cases such as the JDBC drivers and the new Ratpack integration.

This commit adds an extra flag on a dependency that determines if it is
a starter or not (the default is true). When no starter dependency has
been selected for the project, the root starter (`spring-boot-starter`)
is automatically added.

Closes gh-159
2015-11-16 10:44:45 +01:00
..
app.groovy Add metrics exporter for initializr service 2015-06-04 13:32:44 +02:00
application-cloud.yml Fix metrics export switch key 2015-06-04 15:11:45 +02:00
application.yml Allow to define "non starter" dependency 2015-11-16 10:44:45 +01:00
logback.xml Initializr library 2014-08-18 17:50:21 +02:00
manifest.yml Fix manifest 2015-06-04 14:58:08 +02:00