일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- php
- laravel
- javascript
- Gradle
- linux
- springboot
- devops
- Web Server
- ubuntu
- java
- 맛집
- redis
- jsp
- jenkins
- JVM
- Design Patterns
- Oracle
- Spring Batch
- tool
- Spring
- MySQL
- IntelliJ
- ReactJS
- it
- Git
- db
- Spring Boot
- 요리
- AWS
- elasticsearch
Archives
- Today
- Total
아무거나
다른 패키지의 경로를 접근하게 하는 방법 본문
반응형
error : No mapping found for HTTP request with URI {} in DispatcherServlet with name 'appServlet'
WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI {} in DispatcherServlet with name 'appServlet'
servlet-context.xml 에서 태그 추가
ex) <context:component-scan base-package="com.deploy.api" />
반응형
'Java & Kotlin > Spring' 카테고리의 다른 글
mysql(mariaDB)+spring+mybatis 연결 (0) | 2019.06.19 |
---|---|
json parse 방법[데이터 json형태로 출력하기] (0) | 2019.06.19 |
spring 프로젝트 생성 기본 예제 (0) | 2019.06.18 |
RedirectAttributes 사용한 redirect 전송법(not parameter) (0) | 2019.06.17 |
[Spring Boot] springboot+gradle+bootstrap 프로젝트 생성 (0) | 2019.06.07 |
Comments