반응형

전체 글

· Spring/error
Error @Override public List findMenus(String id) { Map params = new HashMap(); params.put("id", appId); return jdbcTemplate.queryForList(sqlSelectMenus, params, Menu.class); } org.springframework.jdbc.IncorrectResultSetColumnCountException: Incorrect column count: expected 1, actual 8 at org.springframework.jdbc.core.SingleColumnRowMapper.mapRow(SingleColumnRowMapper.java:87) at org.springframew..
· Spring/error
spring: datasource: driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy url: jdbc:log4jdbc:oracle:thin:@localhost:1521:XE username: admin password: 1234 위 처럼 log4jdbc를 사용하기 위하여 수정하여 아래와같은 에러가 발생 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'inMemoryDatabaseShutdownExecutor' defined in class path resource [org/springframework/boot/devtools/a..
· Spring/error
https://momobob.tistory.com/8 [Spring Error 기록] CORS policy 해결방법, 모든 Origin 허용방법 Access to XMLHttpRequest at 'http://localhost:8888' from origin 'http://localhost:9091' has been blocked by CORS policy: Response to prefligt request doesn't pass access control check: No 'Access-Co.. momobob.tistory.com 위 방식만 적용했을 때, CORS policy를 해결하였지만, JWT 혹은 Security의 RememberMe를 사용할 경우 아래처럼 Cookies가 정상적으로 생성되지 ..
· Tools/gibhub
File > New Repository 아래와 같이 작성하는데 Name은 로컬에 저장되어 있는 프로젝트명과 동일하 해야함. 그리고 Local path는 프로젝트가 들어있는 workspace까지의 경로만을 지정해야함. 입력 후, Create repository 클릭 그러면 아래와 같은 화면이 나오고 프로젝트 폴더의 숨긴 항목에 .git파일이 생기면 정상적으로 된 것 프로젝트 파일 수정 후 커밋하면 정상동작함.
· Language/JSP
Email: Password:
· Spring/error
WARN 252200 --- [nio-8080-exec-1] o.s.w.s.r.ResourceHttpRequestHandler : Path with "WEB-INF" or "META-INF":[WEB-INF/jsp/login.jsp] 위 에러 발생시 pom.xml에 아래 dependency 추가 org.apache.tomcat.embed tomcat-embed-jasper
· Spring/db
Spring boot 실행시 아래와 같은 에러가 나왔다. 2020-12-08 23:12:31.312 ERROR 256300 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class Action: Cons..
· Spring/error
Ajax 통신시 json 형태로 데이터를 주고 받기 위해서는 아래의 dependency 추가했어야 하였음.. org.codehaus.jackson jackson-mapper-asl 1.9.13
반응형
MOMOBOB
도움 안되는 개발 블로그