일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- java
- tomcat
- 와일드카드
- 톰캣
- 안드로이드
- error
- MySQL
- Android
- Spring
- NetBeans
- laravel
- 리눅스
- html
- php
- File
- JSON
- properties
- CentOS
- junit
- 이클립스
- DB
- jquery
- 정규식
- ajax
- curl
- javascript
- Linux
- larravel
- SeLinux
- input
- Today
- Total
목록Java/Spring (30)
합쭈기 programming
심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1533) at org.apache.catalina.core.De..
쿼리 태그는 아래와 같다. 각 태그는 기본적으로 식별을 위한 id 속성을 갖는다. 중복 되지 않게 네이밍 하는게 중요하다. 를 할 경우 결과값을 받아올 필요가 있다. resultClass 또는 resultMap 속성을 사용해서 결과값을 받아온다. VO 맵핑을 명시적으로 하려면 resultMap을 사용하고 귀찮다면 map클래스를 사용하자. 보안상 문제가 될련지 모르겠지만 작은 기업에서 QA나 TA가 있는것도 아니고.. 생산성이 중요하니 편하고 빠른게 좋다. 나 같은 경우는 map으로 받아와서 VO에서 넣는 클래스를 짜버렸다. 아래는 조건 태그들 - property 값이 비교값과 같은지 체크 - property 값이 비교값과 같지 않은지 체크 - property 값이 비교값 보다 큰지 체크 - propert..
1. 전역키워드 추가 방법- 1. Window > Preferences > Team > Ignored Resources > Add Pattern- 2. 제외할 파일 및 폴더 명에 대한 패턴을 기입하다.- ex ) */target/* 2. 디렉터리 및 파일별 설정 - 1. 해당 프로젝트 Explorer > 파일 및 디렉터리 마우스 우측 클릭 > Team > Add to svn:ignore - Add to svn:ignore 가 비활성화 돼 있거나 없는 경우는 해당파일 및 디렉터리가 버전관리를 받고 있는 상황이다.- 버전관리를 받지 않는 상태로 만든 후 다시 활성화 시키면 가능 하다 http://surakarta.cafe24.com/?mid=bbs1&entry=document_srl%2F2039%2Fsort..
요녀석을 쓰고 있을 가능성이 높다. 아이디 바꿔주자 100000000
org.apache.maven.plugins maven-surefire-plugin 2.12.4 true pom에 추가한다.
final String[] PASS_URL = {{로그인url}}; @Override protected void doFilterInternal(HttpServletRequest paramHttpServletRequest, HttpServletResponse paramHttpServletResponse, FilterChain paramFilterChain) throws ServletException, IOException { String url = paramHttpServletRequest.getRequestURI(); String[] splitUrl = url.split("\\."); if (!isPass(url) && splitUrl.length < 2) { if (paramHttpServletRequ..
[localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started log4j 설정이 아니라 요런식으로 log가 뜬다면 log4j 라이브러리를 불러오지 못한 것이다. SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/home/crazia/work/hbase-0.92.0/lib/slf4j-log4j12-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class]SLF4J: Found binding in [jar:file:/home/crazia..