Skip to content

Cocowwy/CocoBoot

Repository files navigation

CocoBoot

🍓 封装的一些starter和utils,感兴趣的可以按模块自取 🍓 你可以基于需要构建的模块来替代Spring的Starter启动,如需要

模块 说明 传送门
CocoBoot 聚合工程,boot-starter版本基于2.3.10.RELEASE构建 🚪
coco-boot-common 公共包,使用不需引入 🈚️
coco-boot-starter starter模块,引入开启SpringBootStarter,并增强功能 🚪
coco-boot-web-starter web模块,引入开启SpringBootWeb,并增强功能 🚪
coco-boot-openfeign-starter openfeign模块,引入开启openfeign,并增强功能 🚪
coco-boot-mb-starter mybatis,mybatis-plus拦截器增强模块,提供执行计划,隐私等功能 🚪

稳定版本使用:

还没有打包,先用下面的快照版~

快照版本使用:

<dependency>
    <groupId>cn.cocowwy</groupId>
    <artifactId>模块名</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>
<repositories>
    <repository>
        <id>snapshots</id>
        <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

About

基于SpringBoot和一些中间件的封装工具以及扩展点,按模块拆分,可自取需要使用的部分

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages