File tree 4 files changed +823
-743
lines changed
4 files changed +823
-743
lines changed Original file line number Diff line number Diff line change
1
+ HELP.md
2
+ .gradle
3
+ build /
4
+ ! gradle /wrapper /gradle-wrapper.jar
5
+ ! ** /src /main /** /build /
6
+ ! ** /src /test /** /build /
7
+
8
+ # ## STS ###
9
+ .apt_generated
10
+ .classpath
11
+ .factorypath
12
+ .project
13
+ .settings
14
+ .springBeans
15
+ .sts4-cache
16
+ bin /
17
+ ! ** /src /main /** /bin /
18
+ ! ** /src /test /** /bin /
19
+
20
+ # ## IntelliJ IDEA ###
21
+ .idea
22
+ * .iws
23
+ * .iml
24
+ * .ipr
25
+ out /
26
+ ! ** /src /main /** /out /
27
+ ! ** /src /test /** /out /
28
+
29
+ # ## NetBeans ###
30
+ /nbproject /private /
31
+ /nbbuild /
32
+ /dist /
33
+ /nbdist /
34
+ /.nb-gradle /
35
+
36
+ # ## VS Code ###
37
+ .vscode /
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' org.springframework.boot' version ' 3.1.5 '
4
- id ' io.spring.dependency-management' version ' 1.1.3 '
3
+ id ' org.springframework.boot' version ' 3.2.0 '
4
+ id ' io.spring.dependency-management' version ' 1.1.4 '
5
5
id ' idea'
6
6
}
7
7
8
8
group = ' com.ashu.practice'
9
- version = ' 1.0 .0-SNAPSHOT'
9
+ version = ' 1.1 .0-SNAPSHOT'
10
10
11
11
java {
12
12
sourceCompatibility = ' 21'
@@ -30,6 +30,7 @@ repositories {
30
30
dependencies {
31
31
implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
32
32
implementation ' org.springframework.boot:spring-boot-starter-security'
33
+ implementation ' org.springframework.boot:spring-boot-starter-actuator'
33
34
implementation ' org.springframework.boot:spring-boot-starter-validation'
34
35
implementation ' org.springframework.boot:spring-boot-starter-web'
35
36
implementation " io.jsonwebtoken:jjwt-api:$jwtVersion "
Original file line number Diff line number Diff line change 11
11
"react-dom" : " ^18.2.0" ,
12
12
"react-router-bootstrap" : " ^0.26.2" ,
13
13
"react-router-dom" : " ^6.17.0" ,
14
- "react-scripts" : " 5.0.1" ,
14
+ "react-scripts" : " ^ 5.0.1" ,
15
15
"sass" : " ^1.69.4" ,
16
16
"web-vitals" : " ^2.1.4" ,
17
17
"yup" : " ^1.3.2"
You can’t perform that action at this time.
0 commit comments