首页>代码>spring boot开发实现轻量级销售团队后台管理系统>/PowerTeam-轻量级销售团队管理系统/PowerTeam/src/main/java/com/powerteam/PowerTeamApplication.java
package com.powerteam;

import com.powerteam.config.PowerTeamConfig;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent;

@SpringBootApplication
public class PowerTeamApplication implements ApplicationListener<ContextRefreshedEvent> {

    public static void main(String[] args) {
        SpringApplication.run(PowerTeamApplication.class, args);
    }

    @Autowired
    private PowerTeamConfig powerTeamConfig;

    @Override
    public void onApplicationEvent(final ContextRefreshedEvent event) {
        powerTeamConfig.setWebRoot(event.getApplicationContext().getApplicationName() + "/");
        powerTeamConfig.setAbsoluteWebRoot(this.getClass().getResource("/").getPath().replaceFirst("/", ""));
    }
}
最近下载更多
sunlea  LV20 2024年5月23日
fff2003  LV9 2023年11月18日
哇塞塞哈哈哈  LV8 2023年5月5日
lironggang  LV38 2023年4月2日
tonghao  LV18 2022年6月16日
2468867327  LV10 2022年5月9日
wanglinddad  LV55 2022年4月16日
zhaoyangwfd  LV17 2022年3月30日
liuxiao2  LV16 2022年3月10日
dawnguarda  LV17 2022年3月10日
最近浏览更多
Lxmzdm123  LV3 3月10日
微信网友_7249860635152384 2024年11月11日
暂无贡献等级
denliv_hui  LV13 2024年8月21日
Luckyaaa 2024年7月23日
暂无贡献等级
hfffff  LV1 2024年6月3日
sunlea  LV20 2024年5月23日
shuangfu  LV25 2024年5月7日
akittyboy  LV9 2024年4月16日
微信网友_6927932988952576  LV12 2024年3月31日
eagerwujin  LV4 2024年2月22日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友