{"id":18717787,"url":"https://github.com/callor/callor-springmvc-template-2024","last_synced_at":"2026-01-08T10:03:57.635Z","repository":{"id":228896421,"uuid":"775218577","full_name":"callor/Callor-SpringMVC-Template-2024","owner":"callor","description":"Spring Legacy Template","archived":false,"fork":false,"pushed_at":"2024-07-26T02:09:07.000Z","size":340,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T22:16:14.252Z","etag":null,"topics":["legacy","mvc","spring"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/callor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-21T01:12:37.000Z","updated_at":"2024-09-05T23:55:27.000Z","dependencies_parsed_at":"2024-04-02T01:26:42.233Z","dependency_job_id":"354cac43-b4c9-40ed-9455-c12ffc02f4b6","html_url":"https://github.com/callor/Callor-SpringMVC-Template-2024","commit_stats":null,"previous_names":["callor/callor-springmvc-template-2024"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/callor/Callor-SpringMVC-Template-2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callor%2FCallor-SpringMVC-Template-2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callor%2FCallor-SpringMVC-Template-2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callor%2FCallor-SpringMVC-Template-2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callor%2FCallor-SpringMVC-Template-2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/callor","download_url":"https://codeload.github.com/callor/Callor-SpringMVC-Template-2024/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callor%2FCallor-SpringMVC-Template-2024/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28243956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-08T02:00:06.591Z","response_time":241,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["legacy","mvc","spring"],"created_at":"2024-11-07T13:17:53.242Z","updated_at":"2026-01-08T10:03:57.622Z","avatar_url":"https://github.com/callor.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Legacy / Spring MVC 2024 Template\n\n- STS 3 에서 Spring Legacy / Spring MVC 프로젝트를 생성할 수 있는 Template 입니다\n- This is a template that can create Spring Legacy / Spring MVC in STS 3.\n\n## STS 3 버전을 다운로드 받습니다\n\n- [2024.03.21 다운로드 클릭](https://download.springsource.com/release/STS/3.9.18.RELEASE/dist/e4.21/spring-tool-suite-3.9.18.RELEASE-e4.21.0-win32-x86_64.zip)\n- STS 3 는 언제까지 지원될지 알수 없는 상황이므로, 파일을 삭제하지 말고 보관하는 것이 좋겠습니다.\n\n## Spring Legacy Template 을 다운로드 받습니다\n\n- `com.callor.templates.mvc-5.2.25.zip` 파일 다운로드\n- [2024.4.1 버전 다운로드 클릭](https://github.com/callor/Callor-SpringMVC-Template-2024/releases/download/SpringLegacy/com.callor.templates.mvc-5.2.25.zip)\n- 다운로드 받은 파일을 압축을 풀어 줍니다. 이때 폴더 이름을 잘 확인하세요\n- ![alt text](images/image.png)\n\n## STS 3 에 적용하겠습니다.\n\n- `STS 3` 를 실행하여 프로젝트를 작성할 `workspace` 폴더를 선택하고 IDE 화면이 나타날때까지 기다려 줍니다.\n- `STS 3` 를 그냥 종료하고, 윈도우 탐색기에서 `workspace` 폴더를 찾아 갑니다.\n- `.metadata` 라는 폴더가 생성되어 있을 것입니다\n- ![alt text](images/image-1.png)\n- `.metadata` 폴더에 `.sts/content` 폴더를 만들고 압축해제한 template 폴더를 복사 붙여넣기 합니다\n- 그리고 `STS 3`를 다시 실행합니다.\n\n## Spring Legacy / Spring MVC 프로젝트 만들기\n\n- `STS 3` 에서 `File / New / Spring Legacy` 를 차례로 클릭합니다\n- 다음과 같이 보일 것입니다. 역시 Spring MVC 프로젝트는 보이지 않습니다.\n  ![alt text](images/image-2.png)\n\n- `Template Wizard` 화면에서 `Configure Template...` 이라는 링크를 클릭합니다.\n- `Template Project` 화면이 나타납니다.\n  ![alt text](images/image-3.png)\n- 3개의 링크를 클릭하여 모두 `Remove` 합니다.\n  ![alt text](images/image-4.png)\n- 그리고 `Aplly/Close` 를 눌러 창을 닫습니다.\n- 다시화면으로 돌아와서 `Refresh` 버튼을 클릭합니다\n- 그러면 `Spring MVC 2024` 라는 `Template` 이 나타 납니다.\n  ![alt text](images/image-5.png)\n\n- 이제 Spring MVC 프로젝트를 예전처럼 사용하실수 있습니다.\n\n## Spring MVC 2024 Template\n\n- 기존의 Template 를 약간 수정하였습니다.\n- `SpringFramework` 버전을 `5.2.25.RELEASE` 으로 변경\n- `Java-version` 을 `java-11` 버전으로 변경\n- `log`를 `logback-class 1.5.3`으로 변경\n- `Servlet`, `JSP` 등의 새로운 버전으로 변경\n- `web.xml` 을 `Dynamic 4.0` 으로 변경\n- `servlet-context.xml` 의 `namespace` 를 일부 변경\n- `/views/home.jsp` 파일 변경\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallor%2Fcallor-springmvc-template-2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallor%2Fcallor-springmvc-template-2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallor%2Fcallor-springmvc-template-2024/lists"}