File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/ru/xpressed/javatemplatescoursework/controller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77group = ' ru.xpressed'
88version = ' 0.0.1-SNAPSHOT'
9- sourceCompatibility = ' 1.8 '
9+ sourceCompatibility = " 1.9 "
1010
1111configurations {
1212 compileOnly {
@@ -36,3 +36,4 @@ dependencies {
3636tasks. named(' test' ) {
3737 useJUnitPlatform()
3838}
39+ targetCompatibility = JavaVersion . VERSION_1_9
Original file line number Diff line number Diff line change 55import org .springframework .ui .Model ;
66import org .springframework .web .bind .annotation .GetMapping ;
77import org .springframework .web .bind .annotation .PathVariable ;
8- import org .springframework .web .bind .annotation .PostMapping ;
98import ru .xpressed .javatemplatescoursework .entity .Customer ;
109import ru .xpressed .javatemplatescoursework .entity .Order ;
1110import ru .xpressed .javatemplatescoursework .repository .CustomerRepository ;
You can’t perform that action at this time.
0 commit comments