Update to latest Boot and add some gitignores

This commit is contained in:
Dave Syer 2019-03-11 10:16:57 +00:00
parent 827dc12325
commit 91fa97102f
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -2,6 +2,8 @@ target/*
.settings/* .settings/*
.classpath .classpath
.project .project
.factorypath
.attach_pid*
.idea .idea
*.iml *.iml
/target /target

View file

@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.2.RELEASE</version> <version>2.1.3.RELEASE</version>
</parent> </parent>
<name>petclinic</name> <name>petclinic</name>