cc-spring

让开发更专注于业务

快速开始 →

简化代码

你只需要去关注业务代码,其他的就交给cc-spring来处理

容易使用

基于spring的快速开发框架,只要会spring boot就能快速上手

方便扩展

在提供了大量默认实现的基础上,也预留了扩展的接口,方便自定义实现

当前最新版本

<dependencyManagement>
	<dependencies>
		<dependency>
			<groupId>cc.cc4414</groupId>
			<artifactId>cc-spring-boot-starter-parent</artifactId>
			<version>latest</version>
			<type>pom</type>
			<scope>import</scope>
		</dependency>
	</dependencies>
</dependencyManagement>