# spring-cloud-alibaba **Repository Path**: danlibin/spring-cloud-alibaba ## Basic Information - **Project Name**: spring-cloud-alibaba - **Description**: 学习SpringCloudAlibaba整合Nacos与Ribbon配置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > #### 技术选型 > * SpringBoot(快速开发) > * SpringMvc(MVC框架) > * Mybatis(持久层框架,操作数据库)+通用Mapper > * SpringCloudAlibaba(分布式) > > #### 工程结构规划 > * 主包规划--->包路劲.域名反转.{artifactid} > * configuration ---> 配置类 > * controller ---> {包}.{模块名}.{作用Controller} > * dao ---> {包}.{模块名}.{表名Mapper} > * domain ---> 存放实体、DTO、枚举 > 实体(entity) ---> {包}.{模块名}.{表名} > DTO ---> {包}.{模块名}.{作用DTO} > enums ---> {包}.{模块名}.{作用Enum} > * service ---> {包}.{模块名}.{表名Service} > * 启动类 ---> {artifactid}Application > > #### 问题一:@Resource和@Autowired的区别 > #### 问题二:@Component、@Repository、@Service、@Controller区别 >