1 Star 0 Fork 0

googlezhang / wetech-edas-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

wetech-edas-app

SSM整合阿里云EDAS服务示例工程,使用前请先访问https://help.aliyun.com/document_detail/44158.html 熟悉EDAS开发指南!

组织结构

wetech-edas-app
├── wetech-edas-app-api -- 提供接口定义
├── wetech-edas-app-common -- SSM框架公共模块
├── wetech-edas-app-service -- 服务提供者应用
└── wetech-edas-app-web -- 消费者应用

模块介绍

  1. wetech-edas-app-parent

是所有子模块的父工程,同时也是项目聚合器,以及版本申明管理,无实质代码

  1. wetech-edas-app-common

公共模块,可以放一些通用工具类

  1. wetech-edas-app-api

提供接口定义

  1. wetech-edas-app-service

服务提供者应用

  1. wetech-edas-app-web

消费者应用

技术选型

后端技术

技术 名称 版本 官网
Spring Framework IOC容器 4.3.5.RELEASE http://projects.spring.io/spring-framework/
SpringMVC MVC框架 4.3.5.RELEASE http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#mvc
MyBatis ORM框架 3.2.1 http://www.mybatis.org/mybatis-3/zh/index.html
Maven 项目构建管理 4.0.0 http://maven.apache.org
Logback 日志组件 1.1.3 https://logback.qos.ch
Druid 数据库连接池 0.2.23 https://github.com/alibaba/druid
EDAS 阿里云EDAS 1.5.4 https://www.aliyun.com/product/edas/

软件需求

  • JDK1.8+
  • MySQL5.6+
  • Tomcat7.0+/jetty9.0+
  • Maven3.0+

本地部署

  • 通过git下载源码
  • 创建数据库wetech_edas_app,数据库编码为UTF-8
  • 执行docs/sql/init.sql文件,初始化数据
  • 修改wetech-edas-app-service模块下config.properties文件,更改MySQL账号和密码
  • 在项目根模块执行【mvn clean package】
  • 将wetech-edas-app-service模块(服务提供者)和wetech-edas-app-web模块(服务调用者)放入ali-tomcat启动!
  • 访问轻量配置中心查看服务可用性
  • 访问http://localhost:8888/wetech-edas-app-web 测试服务调用

预览图

启动工程

轻量配置中心

测试服务调用

许可证

Wetech-edas-app 使用 MIT 许可证发布,用户可以自由使用、复制、修改、合并、出版发行、散布、再授权及贩售wetech-edas-app 及其副本。

查看许可证

获取源码

https://github.com/cjbi/wetech-edas-app

https://gitee.com/cjbi/wetech-edas-app

MIT License Copyright (c) 2018 Jinbao Cheng Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

SSM整合阿里云EDAS服务示例工程 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/googlezhang/wetech-edas-app.git
git@gitee.com:googlezhang/wetech-edas-app.git
googlezhang
wetech-edas-app
wetech-edas-app
master

搜索帮助