전체 글
-
[intelliJ] Execution failed for task ':compileJava'.With Computer/Spring Starter Project 2020. 1. 31. 17:32
Testing started at 오후 4:37 ... > Task :cleanTest > Task :compileJava C:\Users\LJ\IdeaProjects\freelec-springboot2-webservice\src\main\java\com\zozo\book\springboot\web\web\dto\HelloResponseDto.java:8: error: variable name not initialized in the default constructor private final String name; ^ C:\Users\LJ\IdeaProjects\freelec-springboot2-webservice\src\main\java\com\zozo\book\springboot\web\web\d..
-
[intelliJ] 수동으로 코드 검증With Computer/Spring Starter Project 2020. 1. 31. 16:13
. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.7.RELEASE) 2020-01-31 16:08:08.108 INFO 11028 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2020-01-31 16..