{"id":13398622,"url":"https://github.com/F4bwDP6a6W/spring-mvc-mini","last_synced_at":"2025-03-14T02:31:28.191Z","repository":{"id":29265888,"uuid":"32798533","full_name":"F4bwDP6a6W/spring-mvc-mini","owner":"F4bwDP6a6W","description":"Spring MVC Example Project, light weight, no Database","archived":false,"fork":false,"pushed_at":"2016-08-20T23:12:57.000Z","size":710,"stargazers_count":427,"open_issues_count":4,"forks_count":328,"subscribers_count":51,"default_branch":"master","last_synced_at":"2024-08-20T13:02:34.890Z","etag":null,"topics":[],"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/F4bwDP6a6W.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}},"created_at":"2015-03-24T12:52:25.000Z","updated_at":"2024-08-20T13:02:34.891Z","dependencies_parsed_at":"2022-08-22T04:31:20.476Z","dependency_job_id":null,"html_url":"https://github.com/F4bwDP6a6W/spring-mvc-mini","commit_stats":null,"previous_names":["hot13399/spring-mvc-mini"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F4bwDP6a6W%2Fspring-mvc-mini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F4bwDP6a6W%2Fspring-mvc-mini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F4bwDP6a6W%2Fspring-mvc-mini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F4bwDP6a6W%2Fspring-mvc-mini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/F4bwDP6a6W","download_url":"https://codeload.github.com/F4bwDP6a6W/spring-mvc-mini/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511660,"owners_count":20302595,"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","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":[],"created_at":"2024-07-30T19:00:29.481Z","updated_at":"2025-03-14T02:31:27.617Z","avatar_url":"https://github.com/F4bwDP6a6W.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"Spring-mvc-mini是一个完整的，轻量、简单的Java项目，基于Spring MVC.\r\n里面有基本的增删改查的功能。而且无需修改任何内容，就可以直接跑起来。\r\n\r\n另外我有一个Spring MVC的RESTful项目，数据库是Mysql，请参看：https://github.com/hot13399/spring-mvc-REST\r\n\r\n-------------------\r\n在这个项目里主要实现了以下技术：\r\n* spring-webmvc\r\n* svnkit\r\n* jgit\r\n* javax.mail\r\n* jasypt\r\n* dom4j\r\n* spring scheduler\r\n\r\n如何运行：\r\n-------------------\r\n\r\n在Windows的CMD：\r\n\r\n    $ cd spring-mvc-mini\r\n    $ mvn tomcat7:run [-Dmaven.tomcat.port=\u003cport no.\u003e] (In case 8080 is busy] \r\n\r\n通过浏览器打开：http://localhost:8080/spring-mvc-mini\r\n\r\n如果你想要学习或贡献和这个项目：\r\n\r\n就通过maven把它build成一个IDE项目，执行以下命令，打开CMD：\r\n\r\n    $ cd spring-mvc-mini\r\n    $ mvn eclipse:eclipse or mvn idea:idea\r\n\r\n通过Eclipse或IDEA导入即可。\r\n\r\nNote:\r\n-------------------\r\n\r\n 如果你要在Linux环境运行，以下的文件需要修改。\r\n\r\n    $ spring-oss-mini\\src\\main\\webapp\\WEB-INF\\spring\\appServlet\\servlet-context.xml:\u003ccontext:property-placeholder \r\n\t$ location=\"file:/opt/web/spring-mvc-mini/resources/application.properties\"/\u003e\r\n\t$ spring-oss-mini\\src\\main\\resources\\logback.xml\r\n\t$ spring-oss-mini\\resources\\application.properties\r\n\r\n 最后通过Maven build一个war包部署即可。\r\n\r\n\r\n\r\n--------------------\r\nSpring-mvc-mini is a mini project using Spring MVC.\r\n\r\nIn this project, you can see the code of:\r\n* spring-webmvc\r\n* svnkit\r\n* javax.mail\r\n* jasypt\r\n* dom4j\r\n* spring scheduler\r\n\r\nTo run the application:\r\nFrom the command line with Maven:\r\n    $ cd spring-mvc-mini\r\n    $ mvn tomcat7:run [-Dmaven.tomcat.port=\u003cport no.\u003e] (In case 8080 is busy]\r\n\r\nAccess the deployed web application at: http://localhost:8080/spring-mvc-mini\r\n\r\nTo contribute to this project:\r\nIn your preferred IDE such as Eclipse:\r\n    $ cd spring-mvc-mini\r\n    $ mvn eclipse:eclipse\r\n\r\nImport spring-mvc-mini as a Maven Project\r\n\r\nIf you want to deploy this project to Linux server, you might need to edit conf files:\r\n\r\n    $ spring-oss-mini\\src\\main\\webapp\\WEB-INF\\spring\\appServlet\\servlet-context.xml:\u003ccontext:property-placeholder\r\n\t$ location=\"file:/opt/web/spring-mvc-mini/resources/application.properties\"/\u003e\r\n\t$ spring-oss-mini\\src\\main\\resources\\logback.xml\r\n\t$ spring-oss-mini\\resources\\application.properties\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FF4bwDP6a6W%2Fspring-mvc-mini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FF4bwDP6a6W%2Fspring-mvc-mini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FF4bwDP6a6W%2Fspring-mvc-mini/lists"}