#tiles 이슈

스프링 부트 버전 2.x으로 내려감
스프링 버전 5.x으로 내려감

화면 개발을 위한
layout_dev.html
layout_dev_base.html 등등 추가
This commit is contained in:
Suh
2024-01-05 10:10:56 +09:00
parent 1d0f4d85ec
commit eff8e72d45
14 changed files with 968 additions and 20 deletions

View File

@@ -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 {