Giter Site home page Giter Site logo

wv-framework's Introduction

wv-framework 行空框架

让java程序员写更少的代码;Let Java programmers write less code;

项目结构

|--wvframework-annotations: 注解的定义,不涉及到具体的逻辑
|--wvframework-components:
    |--wvframework-cache: 缓存组件
    |--wvframework-core: 核心组件
    |--wvframework-excel: excel操作组件
    |--wvframework-json: json组件,涉及jackson的注解也会放这里
    |--wvframework-lombok: lombok扩展组件
    |--wvframework-mock: mock数据组件
    |--wvframework-dao: dao(数据访问对象)层的一些组件,例如mybatisplus的一些扩张
    |--wvframework-validation: 参数校验的一些组件
|--wvframework-models: 模型的定义,没有具体的业务逻辑
|--wvframework-starters:
    |--wvframework-web-starter: web starter
|--wvframework-utils: 工具类
|--pom.xml: 全局父pom,依赖管理

项目特点

  • 干净的依赖
和其他项目不同,wv-framework针对第三方的类库都使用<scope>provided</scope>,这代表wv-framework不会替你引入任何第三方类库,所有的
的三方类库都需要你的手动引入。经过长期的项目实践这是十分有益的,意味着你可以完全掌控你的项目依赖树。

wv-framework's People

Contributors

walkvoid avatar

Watchers

 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.