springboot项目的基本结构

springboot基本可以分为以下几个层次:

dao层(mapper层)
service层(业务层)
model层(entry层)
controller(控制层)

你可能感兴趣的:(springboot项目的基本结构)