# demos
**Repository Path**: han_feng/demos
## Basic Information
- **Project Name**: demos
- **Description**: 学习开源技术用的Demo集合
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2014-10-28
- **Last Updated**: 2020-12-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: GitHub
## README
# demos
[](https://travis-ci.org/han-feng/demos)
[](https://sonarcloud.io/dashboard?id=demos%3Ademos)
[](https://www.codacy.com/app/han-feng/demos?utm_source=github.com&utm_medium=referral&utm_content=han-feng/demos&utm_campaign=Badge_Grade)
[](https://coveralls.io/github/han-feng/demos?branch=master)
[](https://codecov.io/gh/han-feng/demos)
学习开源技术过程中积累的 Demo 集合
| 子项目名称 | 运行方式 | 说明 |
| ------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| demos-jsr223 | mvn test | JSR-223 (Scripting for the Java Platform) 演示,
包含解释执行和预编译两种案例,
涵盖 JavaScript(JRE 内置)、Clojure、Lua、Groovy、Python、Ruby 六种脚本语言。 |
| demos-graphql | mvn test | GraphQL 简单案例。 |
| demos-drools | mvn test | Drools 6 的简单案例,特别包含 CEP 场景中典型的滑动时间窗的使用演示。 |
| demos-mybatis | mvn test | mybatis 的简单案例 |
| demos-druid | mvn tomcat7:run
然后用浏览器访问 http://localhost:9990/demos-druid | 演示了 Druid 数据库连接池提供的监控能力 |