`
公园美丽
  • 浏览: 12958 次
社区版块
存档分类
最新评论

Spring Cloud-Commonservice-system

 
阅读更多

1.    介绍

Commonservice-system是一个大型分布式、微服务、面向企业的JavaEE体系快速研发平台,基于模块化、服务化、原子化、热插拔的设计思想,使用成熟领先的无商业限制的主流开源技术构建。 采用服务化的组件开发模式,可实现复杂的业务功能。提供驱动式开发模式,整合内置的代码生成器,将JavaEE开发效率提高5倍以上,减少50%的代码开发量,解决80%的重复工作,让开发者更关注业务逻辑。 使用Maven进行项目的构建管理,采用Jenkins进行持续集成,主要定位于大型分布式企业系统或大型分布式互联网产品的架构。

 

2.    使用技术

  SOA服务框架:SpringCloud 、SpringBoot、RestFul等

  分布式缓存:Redis

  模块化管理:Maven

  数据库连接池:Alibaba Druid

  核心框架:Spring framework、SpringBoot

  持久层框架:MyBatis

  安全框架:Apache Shiro

  服务端验证:Hibernate Validator

  任务调度:quartz

  日志管理:SLF4J 1.7、Log4j

  客户端验证:JQuery Validation

  动态页签:easyuitab

  前端框架:Bootstrap、Vue

 

3.    设计思想

  分布式、微服务、云架构

  JAVA语言开发、跨平台、高性能、高可用、安全、服务化、模块化、组件化、驱动式开发模式

 

4.    平台基础功能

   用户管理:用户是系统操作者,该功能主要完成系统用户配置。

   角色管理:角色菜单权限分配、设置角色按机构进行数据范围权限划分。

   权限管理:对系统中经常使用的一些较为固定的数据进行维护等。

   菜单管理:配置系统菜单,操作权限,按钮权限标识等。

(企业架构源码可以加求球:三五三六二四七二五九)

   部门管理:配置系统组织机构,树结构展现,可随意调整上下级。

   日志管理:系统正常操作日志记录和查询;系统异常信息日志记录和查询。

   连接池监视:监视当期系统数据库连接池状态,可进行分析SQL找出系统性能瓶颈。

分享到:
评论

相关推荐

    eureka分布式微服务

    1. **`spring-cloud-starter-eureka-server`**:这是Eureka服务端的核心依赖,用于构建服务发现中心。 2. **`spring-boot-starter-security`**:提供了Spring Security的安全框架支持,可以用于对Eureka服务进行安全...

    鸿鹄Cloud分布式微服务云系统管理_springcloud_分布式_产品_云_平台_

    Commonservice-system 是一个大型分布式、微服务、面向企业的 JavaEE 体系快速研发平台,基于模块化、服务化、原子化、热插拔的设计思想,使用成熟领先的无商业限制的主流开源技术构建。 采用服务化的组件开发模式,...

    spring cloud consul使用ip注册服务的方法示例

    其次,我们需要添加 `instance-id` 属性,并将其设置为 `${spring.application.name}:${spring.cloud.client.ip-address}`。这将使 Consul 使用 IP 地址来注册服务。 ```yaml spring: cloud: consul: host: xxx....

    17.5、利用反射调用webservice1

    本文主要涉及了如何利用Java反射机制来调用Web Service,以及与之相关的Spring框架集成。以下是对这些知识点的详细说明: 1. **Web Service发布**: - Web Service是一种基于XML的接口,使得不同的应用系统可以...

    Spring循环依赖报错Bean with name ‘**’ has been injected into other beans [**] in its raw version as part

    在Spring框架中,循环依赖(Circular Dependency)是指两个或多个Bean之间形成的一种相互依赖关系,导致Spring容器在初始化这些Bean时遇到困难。当一个Bean依赖于另一个Bean,而后者又反过来依赖于前者,就会出现...

    大数据分析系统

    - **Spring Web MVC**: 控制器类采用了@Controller注解,并且使用@RequestMapping来映射URL请求。 - **JSON**: 使用net.sf.json库来进行JSON数据的处理。 - **Servlet API**: 用于处理HTTP请求,包括...

    common-service

    共同服务Clojure库旨在...好的,这取决于您。测验clj -M:test用法整我执照版权所有:copyright:2020 FIXME 该程序和随附的材料根据Eclipse Public License 2.0的条款提供,该条款可从。 当满足Eclipse Public License...

    Angular父子组件以及非父子组件之间的通讯.pdf

    constructor(private commonService: CommonService) { } sendData() { this.commonService.setData('data from A'); } } export class ComponentB implements OnInit { constructor(private commonService: ...

    2、webservice--常用注解1

    在上面的配置中,我们定义了一个名为 `commonWS` 的WebService,服务类为 `org.dsp.ea.pay.ws.ICommonWS`,服务地址为 `/CommonService`。同时,我们还指定了 `commonWSImp` bean 作为服务实现类。 这篇文章详细...

    unity对接网狐服务器文档

    - 公共服务(CommonService):提供基础服务支持,需优先编译。 - 网络服务(NetService):处理网络通信,用于登录服务器和游戏服务器,同样需要优先编译。 - 列表服务(ListService)、内核引擎(KernelEngine...

    百度推广API PHP SDK V4_PHP_SDK_20180307

    此时会从CommonService.php里加载默认用户信息,包括url、username、password、token、target、accessToken等。 若想重新设置这些参数,可以执行以下方法: //重设url $service->setServiceurl("yoururl"); //...

    Neo4J-Mongo-DB-Use-in-Grails:如何在 Neo4j 和 Mongodb 中使用 aspect 复制数据。 以及使用

    Neo4-Mongo-DB-Use-in-Grails 方面是/src/groovy/com/demo/aspects/mongo/history/MongoAspectAdvice.groovy 它调用 CommonService.groovy,它决定了 mongo save 的域类

    angular4 共享服务在多个组件中数据通信的示例

    constructor(private commonService: CommonService) { this.list = commonService.dateList; } ngOnInit() {} } ``` 在这里,我们将`CommonService`添加到`providers`数组中,确保父组件有一个服务实例。同时...

    hibernate链接oracle

    最后,定义了两个业务服务bean:`BWService`和`CommonService`。这两个服务均使用了上面定义的事务代理工厂,并关联了具体的实现类。 - `target`: 实际调用的业务逻辑bean,如`BWServiceTarget`和`CommonTarget`。 ...

    微博客户端APIweiboclient4j.zip

    为什么需要另外一个Java版本的微博客户端? 新浪微博官方推荐的Java客户端 weibo4j 一直没有... CommonService 完成 位置服务接口 PlaceService 完成 地理信息接口 LocationService 开发中

    javaconfig

    public CommonService commonService() { return new CommonServiceImpl(); } } @Configuration public class AppConfig extends BaseConfig { // 其他特定配置 } ``` `AppConfig`继承了`BaseConfig`,并...

    AngularJs中 ng-repeat指令中实现含有自定义指令的动态html的方法

    controller: function ($scope, $compile, commonService) { // do something... }, link: function (scope, element, attris) {} }; }); ``` 在这个指令中,`restrict: "A"`表示指令可以通过属性的方式使用,...

    使用jQuery Ajax 请求webservice来实现更简练的Ajax

    using System.Web.Services; [WebMethod] public static string GetMissionInfoById(int id) { CommonService commonService = new CommonService(); DataTable table = commonService.GetSysMissionById(id); /...

Global site tag (gtag.js) - Google Analytics