Skip to content
forked from crossoverJie/SSM

πŸ’• build SSM from 0 πŸ‘‰πŸ½πŸ‘‰πŸ½ distributed micro service.

License

Notifications You must be signed in to change notification settings

luozhonghua/SSM

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸ’• build SSM from 0 πŸ‘‰πŸ½πŸ‘‰πŸ½ distributed micro service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%