Skip to content

Commit

Permalink
Migrate initializr-actuator to Java
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer authored and snicoll committed Feb 25, 2017
1 parent fa485e3 commit ad6430b
Show file tree
Hide file tree
Showing 40 changed files with 2,215 additions and 1,838 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.classpath
.project
.settings
.gitignore
.idea
.factorypath
*.iml
Expand Down
5 changes: 5 additions & 0 deletions initializr-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
<artifactId>spring-boot-starter-web</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

<build>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ad6430b

Please sign in to comment.