File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5050 "serve" : {
5151 "builder" : " @angular-devkit/build-angular:dev-server" ,
5252 "options" : {
53- "browserTarget" : " spring-boot-angular-example:build"
53+ "browserTarget" : " spring-boot-angular-example:build" ,
54+ "proxyConfig" : " src/proxy.conf.json"
5455 },
5556 "configurations" : {
5657 "prod" : {
134135 "cli" : {
135136 "analytics" : false
136137 }
137- }
138+ }
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 2.2.2.RELEASE '
3- id ' io.spring.dependency-management' version ' 1.0.8 .RELEASE'
2+ id ' org.springframework.boot' version ' 2.4.3 '
3+ id ' io.spring.dependency-management' version ' 1.0.11 .RELEASE'
44 id ' java'
55}
66
@@ -26,6 +26,7 @@ dependencies {
2626 implementation ' org.springframework.boot:spring-boot-starter-actuator'
2727 implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
2828 implementation ' org.springframework.boot:spring-boot-starter-web'
29+ implementation ' org.springframework.boot:spring-boot-starter-validation'
2930 implementation ' com.h2database:h2:'
3031 compileOnly ' org.projectlombok:lombok'
3132 developmentOnly ' org.springframework.boot:spring-boot-devtools'
Original file line number Diff line number Diff line change 44 "license" : " MIT" ,
55 "scripts" : {
66 "ng" : " ng" ,
7- "start" : " ng serve --proxy-config proxy.conf.json " ,
7+ "start" : " ng serve" ,
88 "build" : " ng build" ,
99 "test" : " ng test" ,
1010 "lint" : " ng lint" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments