npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

generator-deepexi-spring-cloud

v1.20.0

Published

deepexi spring cloud scaffold tool

Downloads

150

Readme

DeepEXI Spring Cloud Scaffold Generator

NPM version npm download Build Status codecov

此脚手架生成器基于Yeoman构建。

CHANGELOG

How To

Getting Started

1. 安装yeoman

$ npm install -g yo

2. 安装generator-deepexi-spring-cloud

$ npm install -g generator-deepexi-spring-cloud

3. 创建你的应用

通过交互模式创建

$ mkdir {your_project_name}
$ cd {your_project_name}
$ yo deepexi-spring-cloud

或者使用命令行模式创建

$ mkdir {your_project_name}
$ cd {your_project_name}
$ yo deepexi-spring-cloud -c

更多帮助信息可以通过以下命令查看

$ yo deepexi-spring-cloud --help

4. 自行修改配置

脚手架对自动集成的第三方依赖都提供了默认的配置,但是有一些外部资源依赖(如mysql db, eureka server, rabbit mq等)可能需要你在生成项目后手动进行配置,否则项目可能无法直接运行。

5. 其它

  • 脚手架生成后,请查看其README.md文档进行开发、构建或部署等操作。
  • 通过demo=yes选项可以为你选择的集成项生成相应的使用示例,但仅供参考,真实项目中建议设置demo=no

功能一览

可选项

|类型|||||| |:-:|--|--|--|--|--| |注册中心|✅eureka|✅consul|✅nacos| |配置中心|✅Apollo|☑️Disconfig|☑️Config|✅nacos| |消息队列|✅RabbitMQ|☑️RocketMQ| |任务调度|☑️ES Job|☑️XXL-Job|☑️SiaTask|✅Quartz| |RDBMS|✅MySQL|☑️PG SQL|☑️SQL Server| |NoSQL|✅Redis|✅MongoDB| |连接池|✅Druid|☑️Hikari| |认证机制|✅JWT| |权限控制|✅Shiro|☑️Spring Security| |分布式事务|☑️TCC-Transaction|☑️LCN| |APM|✅️SkyWalking|☑️Zipkin|☑️PinPoint| |分库分表|☑️Sharding-JDBC|☑️MyCAT| |服务器|✅Tomcat|☑️Jetty|☑️Undertow| |JSON解析器|✅Jackson|✅️FastJson|✅️Gson| |模板引擎|✅Thymeleaf|☑️Freemarker| |对象存储|☑️AliOSS|☑️FastDFS| |ORM|✅MybatisPlus|✅Mapper|☑️JPA| |日志系统|✅Logback|✅Log4j2| |DDD| |WebSocket|☑️Spring Boot Websocket| |Bean转换器|✅SpringMVC Converter|☑️MapStruct| |DeepEXI产品|☑️sPaaS| |其它|✅️Prometheus|

固有项

|类型|||||| |:-:|--|--|--|--|--| |Java版本|✅jdk8| |开发框架|✅springfox(swagger)|✅lombok|✅guava|✅common-lang3|✅joda-time| | |✅hutool|✅payload| |测试框架|✅junit|✅mockito|✅assertj|✅jacoco|☑️mockserver| | |✅️jfairy|☑️mockneat|✅sonar| |开发相关|✅devtools| |部署相关|✅docker|✅filebeat| |其它|✅actuator|

Development Reference