b2科目四模拟试题多少题驾考考爆了怎么补救
b2科目四模拟试题多少题 驾考考爆了怎么补救

sql命名规范 代码结构及一些代码规范建议(2)

电脑杂谈  发布时间:2018-02-14 09:15:37  来源:网络整理

com.itopener.demo.common.service:公共的service

com.itopener.demo.Application:应用启动类

com.itopener.demo.config:存放应用的配置

com.itopener.demo.controller:控制器

com.itopener.demo.service:应用的service,通过调用dao或公共的service组合成controller需要的业务

com.itopener.demo.vo:请求参数和返回值对象

com.itopener.demo.vo.converter:vo与model之间的转换器

com.itopener.demo.enums:返回值相关的枚举定义(根据实际需要定义,非必要)

com.itopener.demo.Application:应用启动类

com.itopener.demo.config:存放应用的配置

com.itopener.demo.controller:控制器

com.itopener.demo.service:应用的service,通过调用dao或公共的service组合成controller需要的业务

com.itopener.demo.vo:请求参数和返回值对象

com.itopener.demo.vo.converter:vo与model之间的转换器

com.itopener.demo.enums:返回值相关的枚举定义(根据实际需要定义,非必要)

com.itopener.demo.Application:应用启动类

com.itopener.demo.config:应用的配置

com.itopener.demo.service:应用的service,通过调用dao或公共的service组合成work所需的业务

com.itopener.demo.work:调度任务

static:静态资源,如:js、css、jpg、html等

templates:前端模板页面,如:html、ftl等(如果使用纯html则不需要此包)

com.itopener.demo.Application:应用启动类

itopener-lock-spring-boot-starter-parent:单个starter的parent,方便单个starter的管理,如:单独对此starter进行优化升级

itopener-druid-spring-boot-starter-parent

sql命名规范_列命名_命名及设计规范

itopener-lock-spring-boot-starter:spring boot 的starter,使用的时候依赖此模块

itopener-lock-spring-boot-autoconfigure:spring boot starter的自动配置模块

itopener-druid-spring-boot-starter

itopener-druid-spring-boot-autoconfigure

itopener-utils:全局公用的工具类,如:加密操作、集合处理、字符串处理等等

itopener-framework:基于框架的统一的封装,比如:、controller返回对象、BaseController等

itopener-spring-boot-starters-parent:自定义封装spring boot starter的parent,方便统一管理。此目录即公共组件库,存放各种封装好的组件,以便使用

itopener-demo-parent:应用的parent,方便项目的统一管理


本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-77103-2.html

相关阅读
    发表评论  请自觉遵守互联网相关的政策法规,严禁发布、暴力、反动的言论

    热点图片
    拼命载入中...