首页>代码>springboot2.x+mybatis-plus+jsp+jpa简单增删改查实例(仅供学习)>/TalentsManager/src/main/java/com/et/manager/DemoApplication.java
package com.et.manager;

import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;

@SpringBootApplication()
@MapperScan(basePackages = "com.et.manager.dao")
@EntityScan(basePackages = "com.et.manager.po")
public class DemoApplication{
    public static void main(String[] args) {
        SpringApplication.run(DemoApplication.class,args);
    }

}
最近下载更多
syczzxj  LV10 9月18日
wwwww816  LV5 5月21日
ma406805131  LV15 5月11日
tkggddm  LV3 1月27日
oulingqiao  LV13 2023年12月10日
lele666  LV4 2023年4月16日
adongliu666  LV4 2023年3月28日
lironggang  LV38 2023年3月22日
13112360  LV2 2023年2月8日
123456kjh  LV2 2023年1月2日
最近浏览更多
syczzxj  LV10 9月18日
17380184110 6月19日
暂无贡献等级
计科一班  LV7 6月19日
lilitu  LV6 5月29日
wwwww816  LV5 5月21日
cccccc1235 5月20日
暂无贡献等级
tkggddm  LV3 1月27日
oulingqiao  LV13 2023年12月10日
Demo1111  LV30 2023年12月8日
漫步的海星  LV4 2023年9月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友