mirror of
https://github.com/suhf/No1WMS.git
synced 2026-03-23 00:56:15 +09:00
#tiles 이슈
스프링 부트 버전 2.x으로 내려감 스프링 버전 5.x으로 내려감 화면 개발을 위한 layout_dev.html layout_dev_base.html 등등 추가
This commit is contained in:
@@ -13,12 +13,12 @@ import org.springframework.stereotype.Service;
|
||||
|
||||
import com.no1.wms.category.CategoryDto;
|
||||
|
||||
import jakarta.servlet.http.HttpServletResponse;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
@Service
|
||||
public class ExcelUtils {
|
||||
|
||||
public void downloadCategoryExcelFile(String excelFileName, HttpServletResponse response,
|
||||
public void downloadCategoryExcelFile(String excelFileName, HttpServletResponse response,
|
||||
String sheetName, String[] columnName, List<CategoryDto> dto) {
|
||||
String fileName = "";
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user