f

framework-parent

基于spring mvc的内部开发框架. 包括了对 spring mvc, spring security, spring session, hibernate, mybatis, flyway 等等开源框架的整合; 同时,设计了一套基础用户、组织机构和功能权限、数据权限体系,作为公司内部研发的基础平台。
https://github.com/ndxt/centit-framework
The Apache License, Version 2.0
江苏南大先腾信息产业股份有限公司
杨淮生 张凯 李苏红 邹午阳 朱晓文 张国栋
文件下载
文件名 操作
framework-parent-5.0.2101.pom 下载
Apache Maven
<dependency>
  <groupId>com.centit.framework</groupId>
  <artifactId>framework-parent</artifactId>
  <version>5.0.2101</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.centit.framework:framework-parent:5.0.2101'
Gradle Kotlin
implementation("com.centit.framework:framework-parent:5.0.2101")
Scala SBT
libraryDependencies += "com.centit.framework" % "framework-parent" % "5.0.2101"
Groovy Grape
@Grapes(
  @Grab(group='com.centit.framework', module='framework-parent', version='5.0.2101')
)
Apache Ivy
<dependency org="com.centit.framework" name="framework-parent" rev="5.0.2101" />
Leiningen
[com.centit.framework/framework-parent "5.0.2101"]
Apache Buildr
'com.centit.framework:framework-parent:jar:5.0.2101'