개발 Story/개발관련잡지식42 org.springframework.beans.MethodInvocationException: Property 'cronExpression' threw exception; nested exception is java.text.ParseException: Support for specifying both a day-of-week AND a day-of-month parameter is not implemented. nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'cronExpression' threw exception; nested exception is java.text.ParseException: Support for specifying both a day-of-week AND a day-of-month parameter is not implemented. 스프링 쿼츠의 cronExpression 설정시 day-of-week나 day-of-month가 같이 값이 있을경우 발생 설정 값이 아래와 같은데초 분 시 일 월 요일 (년옵.. 2018. 6. 29. 개인 프로젝트 인트라넷(스케줄관리) 설치 방법 개발 환경은 셋팅 된상태라 가정 1. 이클립스설치 2. mysql설치 3. mysql workbench 설치 (위의 mysql 설치파일에 포함되어 있는듯) ======================= 로컬에 설치 방법 1. 소스 다운로드 : https://github.com/ParkMinKyu/intranet 위 주소에서 download zip한다. 2. 다운받은 소스의 압축을 풀어준다. 3. 이클립스의 project explorer 에 마우스 우클릭 후 import - import - maven - existing maven projects 를 선택해준다 4. 압축푼 폴더를 찾아 선택해 주면 아래처럼 pom.xml파일이 자동으로 선택 되는데 그 후 finish 5. 생성된 프로젝트 확인 6. mysql .. 2018. 4. 1. 오픈소스 라이센스 관련 네이버에 오픈소스 라이센스 관련 괜찮은 글이있어서 참고용 저장 무료 이용 가능배포 허용 가능소스 코드 취득 가능소스 코드 수정 가능2차적 저작물 재공개 의무독점 SW와 결합 가능MIT LicenseOOOOXOBSD 2-Clause BSD 3-ClauseOOOOXOApache License 2.0OOOOXOGPLv2 GPLv3OOOOOXLGPLv2OOOOOOMPLOOOOOO 출처 및 자세한 사항은 아래 참조 https://naver.github.io/OpenSourceGuide/book/UsingOss/the-legal-side-of-opensource.html#licensedef 2017. 12. 18. 간단한 스도쿠 게임 간단히 만들어본 스도쿠 게임 입니다. 게임 주소 : https://parkminkyu.github.io/sudoku/ 소스 주소 : https://github.com/ParkMinKyu/sudoku 2017. 11. 15. IndexedDB 를 이용한 웹 다이어리 브라우저에서 지원해주는 IndexedDB라는놈이 있다길래 Fullcalendar로 일정 관리하는 사이트 만들어 봤습니다. 날짜 클릭하면 일정 등록 등록된 일정 드래그하여 날짜변경 사이즈 조절해서 시간수정 이벤트 클릭하여 상세보기 & 삭제 이정도만 대충 해봤습니다. 로컬에 저장되기 때문에 다른사람이 볼일은 없습니다. 다이어리 주소 : https://parkminkyu.github.io/diary/index.html 소스 주소 : https://github.com/ParkMinKyu/diaryIndexedDB 사용편하게 조금 손본주소 : https://gist.github.com/ParkMinKyu/9ab76ae6436ae57f84afc7d7a5c40208 2017. 10. 25. httpmessagenotwritableexception 발생 기존에 springboot로 만들었던 프로젝트 임포트해서 실행 시키는데 httpmessagenotwritableexception이 계속 발생봤더니 새로 이클립스 설치하면서 이클립스에 Lombok인스톨을 안해서 @Data로 getter를 인식 못해서 발생한 에러 였다;; Maven에는 버전관리 해놨는데 이클립스에 인스톨을 안해서 ..젠장할 ㅋㅋㅋㅋ이거때문에 몇시간을 뻘짓을 한겨;;; 데이터를 가져오고 get할때 getter메서드가 없다는 익셥션이 나야지 뭔 쓸데없는 httpmessagenotwritableexception이랑 java.lang.Error: Unresolved compilation problem이 발생해서 쓸데없는 뻘짓만 했다 진짜... httpmessagenotwritableexceptio.. 2017. 1. 9. 이전 1 2 3 4 5 6 7 다음