Code Monkey home page Code Monkey logo

chaohsupin / biyan Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 47 KB

biyan supports single file configuration for almost all service parameters, including basic parameters, database, system security and illegal interception, and has high concurrency. Ideal for blogging system backend services. The underlying layer uses a lot of multi-threading technology and Java reflection mechanism to simplify the basic use of the user.

License: Apache License 2.0

Java 100.00%

biyan's Introduction

biyan Java后端服务框架

GitHub release GitHub release GitHub license

认识

  1. 该技术框架由Java语言构建,旨在快速搭建RESTful后端服务
  2. biyan支持单文件配置几乎所有服务参数,包括基本参数,数据库,系统安全和非法拦截等,并具有高并发特性。非常适合作为博客系统后端服务。底层大量使用多线程技术和Java反射机制,简化用户对后端的基本使用。

快速上手

  1. 开发人员只需导入由本站提供的jar包,即可开启快速搭建之旅。建议下载由本站提供的项目基本文件夹,如此便能快速进入开发。
  2. 建议项目Class分三层结构,分别router层,logic层,person层和data层。
  3. 建议项目结构
/src</span><br>
....../[域名包命名]
........../router #路由层
........../logic #逻辑处理层
........../data #数据库请求层
........../person  #实体层
/carambola.yan  #配置文件

配置文件

#配置文件 carambola.yan
#Version 1.19.5.25

#服务器基础配置,http请求配置线程池参数
server_port:6363

#安全
request_nums:
request_nums_time:
request_reject_time:
secret_token:false
pass_filter:


#http线程池
thread_max_num:20
thread_min_num:1
thread_def_num:10

#项目代码root包名,如以顶级域名命名可缺省
first_bak:

#静态页面路径
server_static_path:

#MySQL信息
mysql_host:
mysql_port:
mysql_username:
mysql_password:
mysql_driver:

#Redis信息
redis_host:
redis_port:
redis_username:
redis_password:

biyan's People

Contributors

chaohsupin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.