Code Monkey home page Code Monkey logo

ssm's Introduction

I'll update some skills in actual development aperiodically.There are no complicated operation flows or xxx system,just some practical shares about skills.

Directory Structure

β”œβ”€β”€ SSM-API                                    // common API  
β”‚   β”œβ”€β”€ src/main
β”‚   β”œβ”€β”€ β”œβ”€β”€java/com/crossoverJie               // specific code。  
β”‚   β”œβ”€β”€ β”œβ”€β”€resources
β”œβ”€β”€ SSM-BOOT                                   // Available for internal use of dubbo dependencies 
β”‚   β”œβ”€β”€ β”œβ”€β”€resources/spring                    // dubbo consumer configuration
β”œβ”€β”€ SSM-SERVICE                                // The service implementation of the dubbo application 
β”‚   β”œβ”€β”€ src/main
β”‚   β”œβ”€β”€ β”œβ”€β”€java/com/crossoverJie/api           // specific code
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€controller                       // Heartbeat detection interface
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€dubbo                            // Dubbo related code
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€β”œβ”€β”€dao                           // dao package
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€β”œβ”€β”€pojo                          // pojo package
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€β”œβ”€β”€service                       // service package
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€β”œβ”€β”€util                          // Toolkit
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€impl                             // implement dubbo API
β”‚   β”œβ”€β”€ β”œβ”€β”€resources                           // configuration file
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€mapping                          // *.mapper configuration file
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€spring                           // Spring related configuration file
β”œβ”€β”€ SSM-WEB                                    // web application
β”‚   β”œβ”€β”€ src/main
β”‚   β”œβ”€β”€ β”œβ”€β”€java/com/crossoverJie               // specific code
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€controller                       // controller package
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€cxf                              // CXF related code
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€dao                              // dao package
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€enums                            // enum package
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€intercept                        // Interceptor
β”‚ Β  β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€kafka Β  Β  Β  Β  Β  Β  Β  Β  Β  Β         // Kafka
β”‚ Β  β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€β”œβ”€β”€official Β  Β  Β  Β  Β  Β  Β  Β  Β  Β   // Official consumption
β”‚ Β  β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€β”œβ”€β”€optimization Β  Β  Β  Β  Β  Β  Β  Β  Β // Multi-threaded consumption
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€lucene                           // Lucene related code
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€pojo                             // pojo package
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€req                              // request package
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€res                              // response package
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€service                          // service pachage
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€shiro                            // shiro related code
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€util                             // Toolkit
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€vo                               // vo package
β”‚   β”œβ”€β”€ β”œβ”€β”€resources
β”‚   β”œβ”€β”€ β”œβ”€β”€β”œβ”€β”€mapping                          // *.mapper configuration file
β”‚   β”œβ”€β”€ β”œβ”€β”€webapp                              // front code
β”œβ”€β”€ doc
β”‚   β”œβ”€β”€lucene                                  // lucene related code
β”‚   β”œβ”€β”€sql                                     // sql scripts
β”œβ”€β”€ .gitignore                                 // gitignore 
β”œβ”€β”€ pom.xml                                    // parent pom
β”œβ”€β”€ LICENSE               
β”œβ”€β”€ README.md               

Contact Author

ssm's People

Contributors

bigbeef avatar crossoverjie avatar junzhou2016 avatar luozhonghua avatar ordinaryyzh avatar spider523755877 avatar

Watchers

 avatar  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.