Skip to content

Commit

Permalink
Update petclinic and remove unused bean info
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Aug 13, 2018
1 parent 59450e0 commit a7417ab
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 233 deletions.
Expand Up @@ -61,7 +61,7 @@ public void explodedJarFlags(FlagsState state) throws Exception {
state.run();
}

@Benchmark
// @Benchmark
public void devtoolsRestart(ExplodedDevtoolsState state) throws Exception {
state.run();
}
Expand Down
1 change: 1 addition & 0 deletions petclinic-latest/pom.xml
Expand Up @@ -34,6 +34,7 @@

<thin.version>1.0.12.RELEASE</thin.version>
<spring.version>5.1.0.BUILD-SNAPSHOT</spring.version>
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>

</properties>

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions static/src/main/resources/META-INF/spring.factories
Expand Up @@ -5,7 +5,3 @@ com.example.config.ShutdownApplicationListener

org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.example.config.CustomConfiguration

# BeanInfo Factory (doesn't have much of an impact)
#org.springframework.beans.BeanInfoFactory=\
#org.springframework.boot.beans.SpringBeanInfoFactory

0 comments on commit a7417ab

Please sign in to comment.