일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 스프링
- i18n
- 알게뭐냐
- 리얼월드HTTP
- kotliln
- Spring
- 지뢰찾기
- cache-control
- 랜선아미안해
- 알고리즘
- 개미수열
- 지수반등
- 워드프레스
- 클래스레벨밸리데이션
- Kotlin
- jsr303
- 브로틀리
- jsr380
- cross parameter
- 이렇게살아야되나자괴감이
- 코드스피츠
- LastModified
- brotli
- etag
- HTTP
- Today
- Total
목록FrameWork_ETC (41)
취미개발 블로그와 마음수양
stackoverflow.com/questions/61029340/spring-security-redirects-to-page-with-status-code-999/61029341 Spring security redirects to page with status code 999 After successful login spring redirects to /error page with the following content { "timestamp" : 1586002411175, "status" : 999, "error" : "None", "message" : "No message available" } I'm... stackoverflow.com www.inflearn.com/questions/31659 ..
타임리프 오토스타터 설정(링크)을 보면 https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/thymeleaf/ThymeleafAutoConfiguration.java?fbclid=IwAR1eT6v--tDuogYVWqpwT16GjwXAV7S4PJPxboHOhudU_uLA9iXtAeWzhDA spring-projects/spring-boot Spring Boot. Contribute to spring-projects/spring-boot development by creating ..
https://stackoverflow.com/a/52455922 Testing Private method using mockito public class A { public void method(boolean b){ if (b == true) method1(); else method2(); } private void method1() {} private void stackoverflow.com ReflectionTestUtils.invokeMethod(student, "saveOrUpdate", "From Unit test");
개인프로젝트를 하면서 혼자서 요구사항이 생겼는데..서브쿼리에 group_concat을 사용하는 것이었다. 아 서브쿼리에 group_concat을 사용하는 경우.. 뭐 이런 경우가 있을 수 있겠다. 어떤 게시글 내용을 조회하는데 엮인 태그를 조회하는 경우?랄까?하나의 내용 ( + 태그 row 여러 줄 내용을 한줄로 => #삽질 #야근 ) 이런저런 경우가 있을텐데.. 뭐.. 쿼리 직접 짜서 JDBC template돌리면 금방할 수도 있겠지만.. 개인프로젝트가 queryDSL으로 많이 되어있기도 하고, 그리고 페이지별로 컨텐츠 수를 일별로 수집한 데이터 갯수에 따라 다르게 하는 동적 일별 페이징기능을 queryDSL에 적용해둔 지라..해당 기능을 그대로 살리면서 저런 queryDSL 기능을 적용하고 싶었다. ..
ㅔ 페이스북 글 가져옴 ] 정적자원관리에는 캐시와 버져닝을 으레 사용하기 마련인데, 이게 그냥 단순히 파일 우측에 ?v=버젼을 사용하는 전략을 사용하기도 하고 아예 /버젼폴더명/정적파일명 이렇게 가기도 하는 듯한데.. http://www.mscharhag.com/…/resource-versioning-with-spring-… 요렇게 파일명을 자동으로 변경&인식 해주는 마법의 방법도 있다고 하니.. 스프링 부트 문서도 좀 덩달아보면.. http://docs.spring.io/…/boot-features-developing-web-applic…스프링부트는 좀 더 쉽게해놨는데.. 요 두줄이지.. 아마 paths는 /**저게 기본값인것같은데..정적 파일들 경로로 수정해줘야 PathResourceResolver가..
https://stackoverflow.com/questions/30788105/spring-security-hasrole-not-working 음.. 문제 : thymeleaf 에 sec:auth 어쩌고 관련 태그를 하려니 잘 안됐다. 위의 링크 스택오버 플로에 의하면 @Bean public SpringTemplateEngine templateEngine() { SpringTemplateEngine templateEngine = new SpringTemplateEngine(); templateEngine.setTemplateResolver(templateResolver()); templateEngine.addDialect(new SpringSecurityDialect()); return template..
참고 https://qkrrudtjr954.github.io/java/2017/11/13/file-write.htmlhttp://woowabros.github.io/experience/2017/10/17/java-serialize.html @Test public void objectStreamTest() throws Exception{ List timeInfoList = repository.findAllByOrderByDateTimeAsc(); byte[] serializedMember; try (ByteArrayOutputStream baos = new ByteArrayOutputStream()) { try (ObjectOutputStream oos = new ObjectOutputStream(baos..
https://stackoverflow.com/questions/17331448/spring-handlermethodargumentresolver-not-executing/19847526 여기를 참고하면 된다. 왜 그랬던걸까 음 수정 ==> spring boot 2.0 버젼에서 enableWebMvc 와 configuration을 같이 써주면 된다. private @Inject RequestMappingHandlerAdapter adapter; @PostConstruct public void prioritizeCustomArgumentMethodHandlers () { List argumentResolvers = new ArrayList (adapter.getArgumentResolvers ()); Li..
이런 에러가 나뿐만 아니라 여러 사람이 겪은 듯 하다 Could not parse multipart servlet request; nested exception is java.io.IOException: The temporary upload location [/tmp/tomcat.6535258306400012745.5000/work/Tomcat/localhost/ROOT] is not valid 여러 사람https://github.com/JakduK/jakduk-api/issues/276http://java.ihoney.pe.kr/489 이슈 쓰레드 https://github.com/spring-projects/spring-boot/issues/9616 해결책1. 재부팅2. 여기 댓글을 보면 될 듯 하다..
그래들과 인텔리제이 환경에서 QueryDSL 설정을 하면서 보통 querydsl 라이브러리를 임포트하면서 :apt 형태를 해주면 자동으로 세팅을 해주고는 하는데이상하게 터미널 환경에서 하면 되는데 인텔리제이 환경에서 하면 안될 때가 있다... 보통 온갖 옵션에서 Content root 를 정하는 방식 등등이 있긴한데.. 차라리 직접 Task 를 정해서 하는게 훨씬 나을 때가 있다... 가끔 인텔리제이가 꼬이면.. 자동화된 방식이 어떤 폴더에 어떻게 generate 하는지 잘 모르겄다.. =ㅅ=; 이상하게 폴더에 클래스들이 안 생김.. 나같은 경우는 http://sai.world/?p=237 를 참고하여 다음의 소스를 적었다. 해보니 된다. task generateQueryDSL(type: JavaComp..