Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Feb 10, 2024
1 parent 96804d8 commit 712102d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .xquare/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config:
name: xquare-backoffice
prefix: "/xquare-backoffice
prefix: "/dsm-backoffice"
service_type: be
port: 8080
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import com.xaquare.xquarebackoffice.infrastructure.excel.exception.DBAccessExcep
import com.xaquare.xquarebackoffice.infrastructure.excel.exception.DataFormatException
import com.xaquare.xquarebackoffice.infrastructure.excel.service.query.ExcelQuery
import org.springframework.stereotype.Service
import org.springframework.transaction.annotation.Transactional
import org.springframework.web.multipart.MultipartFile
import org.apache.commons.io.FilenameUtils
import org.apache.poi.ss.usermodel.Workbook
Expand All @@ -23,7 +22,6 @@ class GetExcelSheetService(
private val excelQuery: ExcelQuery
) {

@Transactional
fun execute(file: MultipartFile) {
val dataList: MutableList<ExcelData> = ArrayList()

Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

server:
servlet:
context-path: /dsm-backoffice

0 comments on commit 712102d

Please sign in to comment.