Skip to content

Commit cb56456

Browse files
committed
Polishing title.
1 parent ff53a58 commit cb56456

File tree

36 files changed

+69
-69
lines changed

36 files changed

+69
-69
lines changed

1-classic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<groupId>com.greglturnquist</groupId>
1212
<artifactId>hacking-spring-boot-ch1-classic</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<name>Hacking Spring Boot - Chapter 1 - Classic Web</name>
15-
<description>Demo project for Hacking Spring Boot</description>
14+
<name>Hacking with Spring Boot - Chapter 1 - Classic Web</name>
15+
<description>Demo project for Hacking with Spring Boot</description>
1616

1717
<properties>
1818
<java.version>1.8</java.version>

1-classic/src/main/resources/templates/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Hacking Spring Boot - Getting Started</title>
5+
<title>Hacking with Spring Boot - Getting Started</title>
66
</head>
77
<body>
88
<h1>Welcome to Hacking with Spring Boot!</h1>

1-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<groupId>com.greglturnquist</groupId>
2121
<artifactId>hacking-spring-boot-ch1-reactive</artifactId>
2222
<version>0.0.1-SNAPSHOT</version>
23-
<name>Hacking Spring Boot - Chapter 1 - Reactive Web</name>
24-
<description>Demo project for Hacking Spring Boot</description>
23+
<name>Hacking with Spring Boot - Chapter 1 - Reactive Web</name>
24+
<description>Demo project for Hacking with Spring Boot</description>
2525
<!-- end::artifact[] -->
2626

2727
<properties>

2-classic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch2-classic</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 2 - Classic Data</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 2 - Classic Data</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

2-classic/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Hacking Spring Boot - Getting Started</title>
5+
<title>Hacking with Spring Boot - Getting Started</title>
66
</head>
77
<body>
8-
<h1>Welcome to Hacking Spring Boot!</h1>
8+
<h1>Welcome to Hacking with Spring Boot!</h1>
99

1010
<h2>Inventory Management</h2>
1111
<table>

2-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch2-reactive</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 2 - Reactive Data</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 2 - Reactive Data</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

2-reactive/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Hacking Spring Boot - Getting Started</title>
5+
<title>Hacking with Spring Boot - Getting Started</title>
66
</head>
77
<body>
8-
<h1>Welcome to Hacking Spring Boot!</h1>
8+
<h1>Welcome to Hacking with Spring Boot!</h1>
99

1010
<!-- tag::1[] -->
1111
<h2>Inventory Management</h2>

2b-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch2b-reactive</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 2b - Reactive Data</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 2b - Reactive Data</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

2b-reactive/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Hacking Spring Boot - Getting Started</title>
5+
<title>Hacking with Spring Boot - Getting Started</title>
66
</head>
77
<body>
8-
<h1>Welcome to Hacking Spring Boot!</h1>
8+
<h1>Welcome to Hacking with Spring Boot!</h1>
99

1010
<!-- tag::1[] -->
1111
<h2>Inventory Management</h2>

3-classic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<groupId>com.greglturnquist</groupId>
1212
<artifactId>hacking-spring-boot-ch3-classic</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<name>Hacking Spring Boot - Chapter 3 - Classic Dev Tools</name>
15-
<description>Demo project for Hacking Spring Boot</description>
14+
<name>Hacking with Spring Boot - Chapter 3 - Classic Dev Tools</name>
15+
<description>Demo project for Hacking with Spring Boot</description>
1616

1717
<properties>
1818
<java.version>1.8</java.version>

3-classic/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Hacking Spring Boot - Getting Started</title>
5+
<title>Hacking with Spring Boot - Getting Started</title>
66
</head>
77
<body>
8-
<h1>Welcome to Hacking Spring Boot!</h1>
8+
<h1>Welcome to Hacking with Spring Boot!</h1>
99

1010
<table>
1111
<tr th:each="cartItem : ${cartItems}">

3-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<groupId>com.greglturnquist</groupId>
1212
<artifactId>hacking-spring-boot-ch3-reactive</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<name>Hacking Spring Boot - Chapter 3 - Reactive Dev Tools</name>
15-
<description>Demo project for Hacking Spring Boot</description>
14+
<name>Hacking with Spring Boot - Chapter 3 - Reactive Dev Tools</name>
15+
<description>Demo project for Hacking with Spring Boot</description>
1616

1717
<properties>
1818
<java.version>1.8</java.version>

3-reactive/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Hacking Spring Boot - Getting Started</title>
5+
<title>Hacking with Spring Boot - Getting Started</title>
66
</head>
77
<body>
8-
<h1>Welcome to Hacking Spring Boot!</h1>
8+
<h1>Welcome to Hacking with Spring Boot!</h1>
99

1010
<!-- tag::1[] -->
1111
<h2>Inventory Management</h2>

4-classic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<groupId>com.greglturnquist</groupId>
1212
<artifactId>hacking-spring-boot-ch4-classic</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<name>Hacking Spring Boot - Chapter 4 - Classic Testing</name>
15-
<description>Demo project for Hacking Spring Boot</description>
14+
<name>Hacking with Spring Boot - Chapter 4 - Classic Testing</name>
15+
<description>Demo project for Hacking with Spring Boot</description>
1616

1717
<properties>
1818
<java.version>1.8</java.version>

4-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<groupId>com.greglturnquist</groupId>
1212
<artifactId>hacking-spring-boot-ch4-reactive</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<name>Hacking Spring Boot - Chapter 4 - Reactive Testing</name>
15-
<description>Demo project for Hacking Spring Boot</description>
14+
<name>Hacking with Spring Boot - Chapter 4 - Reactive Testing</name>
15+
<description>Demo project for Hacking with Spring Boot</description>
1616

1717
<properties>
1818
<java.version>1.8</java.version>

4-reactive/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Hacking Spring Boot - Getting Started</title>
5+
<title>Hacking with Spring Boot - Getting Started</title>
66
</head>
77
<body>
8-
<h1>Welcome to Hacking Spring Boot!</h1>
8+
<h1>Welcome to Hacking with Spring Boot!</h1>
99

1010
<!-- tag::1[] -->
1111
<h2>Inventory Management</h2>

5-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch5-reactive</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 5 - Operations</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 5 - Operations</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

5-reactive/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Hacking Spring Boot - Getting Started</title>
5+
<title>Hacking with Spring Boot - Getting Started</title>
66
</head>
77
<body>
8-
<h1>Welcome to Hacking Spring Boot!</h1>
8+
<h1>Welcome to Hacking with Spring Boot!</h1>
99

1010
<!-- tag::1[] -->
1111
<h2>Inventory Management</h2>

6-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch6-reactive</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 6 - APIs</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 6 - APIs</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

6-reactive/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Hacking Spring Boot API Portal
1+
= Hacking with Spring Boot API Portal
22

33
When you stand up a web service, people will want to see how to use it. Thanks to Spring REST Docs, you can generate all the interactions needed via test cases that in turn generate readable documentation. A match made in heaven, or at least, in your IDE.
44

7-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch7-reactive</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 7 - Messaging</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 7 - Messaging</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

8-reactive-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch8-reactive-client</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 8 - RSocket Client</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 8 - RSocket Client</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

8-reactive-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch8-reactive-server</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 8 - RSocket Server</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 8 - RSocket Server</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

9-reactive-custom-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch9-reactive-custom-config</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 9 - Security - Custom Configuration</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 9 - Security - Custom Configuration</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

9-reactive-custom-config/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<meta charset="UTF-8"/>
5-
<title>Hacking Spring Boot - Getting Started</title>
5+
<title>Hacking with Spring Boot - Getting Started</title>
66
</head>
77
<body>
88

@@ -23,7 +23,7 @@
2323
<hr/>
2424
<!-- end::user-context[] -->
2525

26-
<h1>Welcome to Hacking Spring Boot!</h1>
26+
<h1>Welcome to Hacking with Spring Boot!</h1>
2727

2828

2929
<!-- tag::1[] -->

9-reactive-method-level-oauth/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch9-reactive-method-level-oauth</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 9 - Security - Method-Level OAuth Configuration</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 9 - Security - Method-Level OAuth Configuration</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

9-reactive-method-level-oauth/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:sec="https://www.thymeleaf.org/thymeleaf-extras-springsecurity5">
44
<head>
55
<meta charset="UTF-8"/>
6-
<title>Hacking Spring Boot - Getting Started</title>
6+
<title>Hacking with Spring Boot - Getting Started</title>
77
</head>
88
<body>
99

@@ -29,7 +29,7 @@
2929
</div>
3030
<!-- end::user-context[] -->
3131

32-
<h1>Welcome to Hacking Spring Boot!</h1>
32+
<h1>Welcome to Hacking with Spring Boot!</h1>
3333

3434

3535
<!-- tag::1[] -->

9-reactive-method-security/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch9-reactive-method-security</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 9 - Security - Method-Level Security</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 9 - Security - Method-Level Security</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

9-reactive-method-security/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<meta charset="UTF-8"/>
5-
<title>Hacking Spring Boot - Getting Started</title>
5+
<title>Hacking with Spring Boot - Getting Started</title>
66
</head>
77
<body>
88

@@ -23,7 +23,7 @@
2323
<hr/>
2424
<!-- end::user-context[] -->
2525

26-
<h1>Welcome to Hacking Spring Boot!</h1>
26+
<h1>Welcome to Hacking with Spring Boot!</h1>
2727

2828

2929
<!-- tag::1[] -->

9-reactive-oauth/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch9-reactive-oauth</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 9 - Security - OAuth Configuration</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 9 - Security - OAuth Configuration</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

9-reactive-oauth/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:sec="https://www.thymeleaf.org/thymeleaf-extras-springsecurity5">
44
<head>
55
<meta charset="UTF-8"/>
6-
<title>Hacking Spring Boot - Getting Started</title>
6+
<title>Hacking with Spring Boot - Getting Started</title>
77
</head>
88
<body>
99

@@ -29,7 +29,7 @@
2929
</div>
3030
<!-- end::user-context[] -->
3131

32-
<h1>Welcome to Hacking Spring Boot!</h1>
32+
<h1>Welcome to Hacking with Spring Boot!</h1>
3333

3434

3535
<!-- tag::1[] -->

9-reactive-quick/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<groupId>com.greglturnquist</groupId>
1515
<artifactId>hacking-spring-boot-ch9-reactive-quick-demo</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
17-
<name>Hacking Spring Boot - Chapter 9 - Security - Quick Demo</name>
18-
<description>Demo project for Hacking Spring Boot</description>
17+
<name>Hacking with Spring Boot - Chapter 9 - Security - Quick Demo</name>
18+
<description>Demo project for Hacking with Spring Boot</description>
1919

2020
<properties>
2121
<java.version>1.8</java.version>

9-reactive-quick/src/main/resources/templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en" xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Hacking Spring Boot - Getting Started</title>
5+
<title>Hacking with Spring Boot - Getting Started</title>
66
</head>
77
<body>
8-
<h1>Welcome to Hacking Spring Boot!</h1>
8+
<h1>Welcome to Hacking with Spring Boot!</h1>
99

1010
<!-- tag::1[] -->
1111
<h2>Inventory Management</h2>

0 commit comments

Comments
 (0)