STS Spring 설정하기 MVC 프로젝트 생성 MyBatis 적용하기 MVC 프로젝트 생성 Build Path 추가 서버에 올림 동작 확인 – 한글깨짐 JSP 상단 추가 Web.xml 변경 필터 추가 encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 encodingFilter /* 설정 파일 위치변경 src/main/resources /WEB-INF/spring/root-context.xml /WEB-INF/spring/appServlet/servlet-context.xml contextConfigLocationclasspath:/spring/root-context.xml contextConfigLocationclasspath:/spring/servlet-context.x.. 더보기 스프링 셋팅하기 DB 설정 MySQL create database ssd; grant all privileges on ssd.* to ssd@localhostidentified by 'ssd';/* 데이터 베이스 ssd 생성 해당 DB 사용자 계정 ssd / ssd 생성*/ flush privileges;/* 재실행없이 바로 적용*/ DB 생성 게시판 DB CREATE TABLE `bbs_content` ( `CONTENT_SEQ` int(11) NOT NULL AUTO_INCREMENT, `MENU_ID` varchar(8) DEFAULT NULL, `CATEGORY` varchar(3) DEFAULT NULL, `TITLE` varchar(200) DEFAULT NULL, `CONTENT` mediumtext, `CONTENT_TYPE`.. 더보기 STS maven 에러 org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI @Controller 있는데도 에러남 pom.xml 추가 commons-beanutils commons-beanutils 1.8.0 더보기 이전 1 ··· 14 15 16 17 18 다음