mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
Push template updates for Boot version changes
This commit is contained in:
parent
d583e5cb5a
commit
082b221cee
@ -126,11 +126,11 @@ class MainController {
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@Grab("org.projectreactor:reactor-core:1.0.0.M2")
|
||||
import reactor.core.Reactor
|
||||
import reactor.function.Consumer
|
||||
import reactor.event.selector.Selectors
|
||||
import reactor.event.Event
|
||||
@Grab("reactor-core")
|
||||
class ReactorConfiguration {
|
||||
|
||||
@Bean
|
||||
|
@ -6,5 +6,3 @@ applications:
|
||||
host: start-development
|
||||
domain: cfapps.io
|
||||
path: .
|
||||
buildpack: https://github.com/cloudfoundry/java-buildpack
|
||||
command: ls && JAVA_HOME=./.java ./spring/bin/spring run --local app.groovy -- --server.port=$PORT
|
||||
|
@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>0.5.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<dependencies><% styles.each { %>
|
||||
@ -30,6 +30,7 @@
|
||||
|
||||
<properties>
|
||||
<start-class>${packageName}.Application</start-class>
|
||||
<java.version>1.7</java.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@ -45,7 +46,7 @@
|
||||
<repository>
|
||||
<id>spring-snapshots</id>
|
||||
<name>Spring Snapshots</name>
|
||||
<url>http://repo.springsource.org/snapshot</url>
|
||||
<url>http://repo.spring.io/snapshot</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
@ -53,7 +54,7 @@
|
||||
<repository>
|
||||
<id>spring-milestones</id>
|
||||
<name>Spring Milestones</name>
|
||||
<url>http://repo.springsource.org/milestone</url>
|
||||
<url>http://repo.spring.io/milestone</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
@ -63,11 +64,19 @@
|
||||
<pluginRepository>
|
||||
<id>spring-snapshots</id>
|
||||
<name>Spring Snapshots</name>
|
||||
<url>http://repo.springsource.org/snapshot</url>
|
||||
<url>http://repo.spring.io/snapshot</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>spring-milestones</id>
|
||||
<name>Spring Milestones</name>
|
||||
<url>http://repo.spring.io/milestone</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user