File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
bs-store/src/adminpages/authors Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.7.2 </version >
8
+ <version >2.7.1 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.bookstore</groupId >
18
18
</properties >
19
19
<dependencies >
20
20
21
+ <dependency >
22
+ <groupId >org.springframework.boot</groupId >
23
+ <artifactId >spring-boot-starter-security</artifactId >
24
+ </dependency >
25
+
21
26
<dependency >
22
27
<groupId >org.modelmapper</groupId >
23
28
<artifactId >modelmapper</artifactId >
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export default function ListAuthor() {
99
99
</ Table >
100
100
</ TableContainer >
101
101
< Typography align = 'center' gutterBottom variant = 'body1' >
102
- The number of { authors ?. length } .
102
+ The number of author is { authors ?. length } .
103
103
</ Typography >
104
104
</ div >
105
105
) ;
You can’t perform that action at this time.
0 commit comments