일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Exception
- SpringBoot
- Eclipse
- oracle
- Source
- Core Java
- MySQL
- JavaScript
- Spring Boot
- 설정
- git
- STS
- IntelliJ
- AJAX
- myBatis
- Open Source
- spring
- Tomcat
- error
- PostgreSQL
- Python
- 문서
- ubuntu
- Thymeleaf
- 오픈소스
- maven
- jpa
- JDBC
- MSSQL
- Docker
- Today
- Total
목록스프링부트 (2)
헤르메스 LIFE
JDK 1.8.x IntelliJ IDEA 2020.3 . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.2.5.RELEASE) 2020-12-26 19:35:37.382 INFO 12104 --- [ main] com.sample.Application : Starting Application on DESKTOP-HMJ6ST0 with..
JDK 1.8.x IntelliJ IntelliJ IDEA 2020.3 java: cannot find symbol symbol: class SpringBootApplication package com.sample; @SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } } 참담하고, 어이 없지만.. classpath 를 설정하지 못해서.. ㅡㅡㅋ Alt + Shift + Enter Alt + Enter package com.sample; import org.springframework.boot.SpringAp..