Уеб приложение Суматор за числа
Здравейте,
някой може ли да каже къде е грешката при стартиране на задача 8. 1. Уеб приложение „Суматор за числа“ и как може да се оправи.
Information:java: Errors occurred while compiling module 'sumator'
Information:javac 1.8.0_144 was used to compile java sources
Information:9/10/2017 2:39 PM - Compilation completed with 15 errors and 3 warnings in 3s 222ms
Warning:java: source value 1.5 is obsolete and will be removed in a future release
Warning:java: target value 1.5 is obsolete and will be removed in a future release
Warning:java: To suppress warnings about obsolete options, use -Xlint:-options.
C:\Users\pashevh\IdeaProjects\web\sumator\src\main\java\com\softuni\HomeController.java
Error:(3, 38) java: package org.springframework.stereotype does not exist
Error:(4, 30) java: package org.springframework.ui does not exist
Error:(5, 47) java: package org.springframework.web.bind.annotation does not exist
Error:(6, 47) java: package org.springframework.web.bind.annotation does not exist
Error:(7, 47) java: package org.springframework.web.bind.annotation does not exist
Error:(9, 2) java: cannot find symbol
symbol: class Controller
Error:(17, 81) java: cannot find symbol
symbol: class Model
location: class com.softuni.HomeController
Error:(11, 10) java: cannot find symbol
symbol: class GetMapping
location: class com.softuni.HomeController
Error:(17, 28) java: cannot find symbol
symbol: class RequestParam
location: class com.softuni.HomeController
Error:(17, 55) java: cannot find symbol
symbol: class RequestParam
location: class com.softuni.HomeController
Error:(16, 10) java: cannot find symbol
symbol: class PostMapping
location: class com.softuni.HomeController
C:\Users\pashevh\IdeaProjects\web\sumator\src\main\java\com\softuni\SumatorApplication.java
Error:(3, 32) java: package org.springframework.boot does not exist
Error:(4, 46) java: package org.springframework.boot.autoconfigure does not exist
Error:(6, 2) java: cannot find symbol
symbol: class SpringBootApplication
Error:(9, 17) java: cannot find symbol
symbol: variable SpringApplication
location: class com.softuni.SumatorApplication
тази задача я няма там.
Погледни във root directory!