首页>代码>Spring Boot整合Freemarker实现文件上传项目实例>/springboot-uploading-files/src/main/java/com/hellokoding/uploadingfiles/Application.java
                
                package com.hellokoding.uploadingfiles;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import java.io.File;
import java.io.IOException;
@SpringBootApplication
public class Application {
    public static void main(String[] args) throws IOException {
        new File(UploadingController.uploadingDir).mkdirs();
        SpringApplication.run(Application.class, args);
    }
}
 最近下载更多
最近下载更多
                
                dane168     LV10
                2月23日
            
            
        
                微信网友_7134912998903808     LV15
                2024年9月2日
            
            
        
                小资李     LV13
                2021年6月26日
            
            
        
                mudingc木钉     LV30
                2021年6月16日
            
            
        
                chaoslaw     LV1
                2021年5月27日
            
            
        
                天险无涯     LV15
                2021年4月12日
            
            
        
                123456nty     LV37
                2021年3月11日
            
            
        
                1719863922     LV11
                2020年12月9日
            
            
        
                gangzi125     LV9
                2020年11月13日
            
            
        
                hulewang     LV8
                2020年11月8日
            
            
         最近浏览更多
最近浏览更多
                
                木子520     LV12
                5月23日
            
            
        
                微信网友_7134912998903808     LV15
                2024年9月2日
            
            
        
                17380184110    
                2024年6月19日
            
            
                    暂无贡献等级
            
        
                不正经的90后程序猿     LV1
                2024年6月1日
            
            
        
                ssh123     LV10
                2024年4月23日
            
            
        
                zuidaima_ttt    
                2024年2月23日
            
            
                    暂无贡献等级
            
        
                哪里的完整版     LV8
                2023年12月15日
            
            
        
                张朕朕     LV3
                2023年9月10日
            
            
        
                西瓜哥哥     LV4
                2023年8月3日
            
            
        
                Rommel     LV27
                2023年6月6日
            
            
        
 
                 
                 
                