{"id":13525009,"url":"https://github.com/leelance/spring-boot-all","last_synced_at":"2025-04-01T04:30:59.713Z","repository":{"id":17773916,"uuid":"20640121","full_name":"leelance/spring-boot-all","owner":"leelance","description":"spring-boot,mybatis,activemq,redis,email, freemarker,shiro,websocket,sitemesh,ehcache,easyui,kindeditor,quartz,springfox,swagger,jpa,hibernate,querydsl,netty","archived":false,"fork":false,"pushed_at":"2019-03-02T14:47:08.000Z","size":9674,"stargazers_count":1945,"open_issues_count":14,"forks_count":1254,"subscribers_count":254,"default_branch":"master","last_synced_at":"2024-08-02T06:17:11.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"zjqzero/Dockerfile","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leelance.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-09T08:52:42.000Z","updated_at":"2024-07-21T10:46:20.000Z","dependencies_parsed_at":"2022-07-07T19:08:48.521Z","dependency_job_id":null,"html_url":"https://github.com/leelance/spring-boot-all","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leelance%2Fspring-boot-all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leelance%2Fspring-boot-all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leelance%2Fspring-boot-all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leelance%2Fspring-boot-all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leelance","download_url":"https://codeload.github.com/leelance/spring-boot-all/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222698210,"owners_count":17024879,"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-08-01T06:01:15.288Z","updated_at":"2024-11-02T09:30:44.094Z","avatar_url":"https://github.com/leelance.png","language":"JavaScript","funding_links":[],"categories":["开源","JavaScript","spring-boot demo"],"sub_categories":[],"readme":"# spring-boot\n依赖1.5.19版本，http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/\n\n### spring-boot-parent\n所有Module均依赖[spring-boot-parent](https://github.com/leelance/spring-boot-all/tree/master/spring-boot-parent)\n\n## xml\n ```\n\u003cmodule\u003e../spring-boot-hello\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-devtools\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-mybatis\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-shiro\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-shiro-redis\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-cache-ehcache\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-cache-redis\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-activemq-producer\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-activemq-consumer\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-email\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-freemarker\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-websocket\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-websocket-client\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-sitemesh\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-easyui-kindeditor\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-quartz\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-springfox\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-crawler\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-jpa\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-activiti\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-welcome-page\u003c/module\u003e\n\u003cmodule\u003e../spring-boot-sharding\u003c/module\u003e\n\t    \t\n\u003cparent\u003e\n\t\u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n\t\u003cartifactId\u003espring-boot-starter-parent\u003c/artifactId\u003e\n\t\u003cversion\u003e1.5.19.RELEASE\u003c/version\u003e\n\u003c/parent\u003e\n```\n| Name          \t\t\t| Description           \t\t\t\t\t\t\t\t|\n| ------------- \t\t\t|---------------------\t\t\t\t\t\t\t\t\t|\n| spring-boot-starter      \t\t| The core Spring Boot starter, including auto-configuration support, logging and YAML\t|\n| spring-boot-starter-actuator      \t| Production ready features to help you monitor and manage your application.      \t|\n| spring-boot-starter-amqp \t\t| are neat      \t\t\t\t\t\t\t\t\t|\n|spring-boot-starter-aop\t\t|Support for aspect-oriented programming including spring-aop and AspectJ.\t\t|\n|spring-boot-starter-artemis\t\t|Support for “Java Message Service API” via Apache Artemis.\t\t\t\t|\n|spring-boot-starter-batch\t\t|Support for “Spring Batch” including HSQLDB database.\t\t\t\t\t|\n|spring-boot-starter-cache\t\t|Support for Spring’s Cache abstraction.\t\t\t\t\t\t|\n|spring-boot-starter-cloud-connectors\t|Support for “Spring Cloud Connectors” which simplifies connecting to services in cloud platforms like Cloud Foundry and Heroku.\t\t\t\t\t\t\t\t\t\t\t|\n|spring-boot-starter-data-elasticsearch\t|Support for the Elasticsearch search and analytics engine including spring-data-elasticsearch.\t\t\t\t\t\t\t\t\t\t\t\t\t|\n|spring-boot-starter-data-gemfire\t|Support for the GemFire distributed data store including spring-data-gemfire.\t\t|\n|spring-boot-starter-data-jpa\t\t|Support for the “Java Persistence API” including spring-data-jpa, spring-orm and Hibernate.|\n|spring-boot-starter-data-mongodb\t|Support for the MongoDB NoSQL Database, including spring-data-mongodb.\t\t\t|\n|spring-boot-starter-data-rest\t\t|Support for exposing Spring Data repositories over REST via spring-data-rest-webmvc.\t|\n|spring-boot-starter-data-solr\t\t|Support for the Apache Solr search platform, including spring-data-solr.\t\t|\n|spring-boot-starter-freemarker\t\t|Support for the FreeMarker templating engine.\t\t\t\t\t\t|\n|spring-boot-starter-groovy-templates\t|Support for the Groovy templating engine.\t\t\t\t\t\t|\n|spring-boot-starter-hateoas\t\t|Support for HATEOAS-based RESTful services via spring-hateoas.\t\t\t\t|\n|spring-boot-starter-hornetq\t\t|Support for “Java Message Service API” via HornetQ.\t\t\t\t\t|\n|spring-boot-starter-integration\t|Support for common spring-integration modules.\t\t\t\t\t\t|\n|spring-boot-starter-jdbc\t\t|Support for JDBC databases.\t\t\t\t\t\t\t\t|\n|spring-boot-starter-jersey\t\t|Support for the Jersey RESTful Web Services framework.\t\t\t\t\t|\n|spring-boot-starter-jta-atomikos\t|Support for JTA distributed transactions via Atomikos.\t\t\t\t\t|\n|spring-boot-starter-jta-bitronix\t|Support for JTA distributed transactions via Bitronix.\t\t\t\t\t|\n|spring-boot-starter-mail\t\t|Support for javax.mail.\t\t\t\t\t\t\t\t|\n|spring-boot-starter-mobile\t\t|Support for spring-mobile.\t\t\t\t\t\t\t\t|\n|spring-boot-starter-mustache\t\t|Support for the Mustache templating engine.\t\t\t\t\t\t|\n|spring-boot-starter-redis\t\t|Support for the REDIS key-value data store, including spring-redis.\t\t\t|\t\t\n|spring-boot-starter-security\t\t|Support for spring-security.\t\t\t\t\t\t\t\t|\n|spring-boot-starter-social-facebook\t|Support for spring-social-facebook.\t\t\t\t\t\t\t|\n|spring-boot-starter-social-linkedin\t|Support for spring-social-linkedin.\t\t\t\t\t\t\t|\n|spring-boot-starter-social-twitter\t|Support for spring-social-twitter.\t\t\t\t\t\t\t|\n|spring-boot-starter-test\t\t|Support for common test dependencies, including JUnit, Hamcrest and Mockito along with the spring-test module.\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n|spring-boot-starter-thymeleaf\t\t|Support for the Thymeleaf templating engine, including integration with Spring.\t|\n|spring-boot-starter-velocity\t\t|Support for the Velocity templating engine.\t\t\t\t\t\t|\n|spring-boot-starter-web\t\t|Support for full-stack web development, including Tomcat and spring-webmvc.\t\t|\t\n|spring-boot-starter-websocket\t\t|Support for WebSocket development.\t\t\t\t\t\t\t|\n|spring-boot-starter-ws\t\t\t|Support for Spring Web Services.\t\t\t\t\t\t\t|\t\t\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleelance%2Fspring-boot-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleelance%2Fspring-boot-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleelance%2Fspring-boot-all/lists"}