Skip to content

Commit 63af265

Browse files
Updated to 2.0.0.M7
1 parent f7acc99 commit 63af265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.0.0.M5</version>
17+
<version>2.0.0.M7</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

src/main/java/guru/springframework/spring5webapp/bootstrap/DevBootstrap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private void initData(){
3535

3636
Publisher publisher = new Publisher();
3737
publisher.setName("foo");
38-
38+
publisher.setAddress("12th Street, LA");
3939
publisherRepository.save(publisher);
4040

4141
//Eric

0 commit comments

Comments
 (0)