테스트서버 파일 업로드 경로 변경

외사정보보고 수정모달 오류 수정.
master
강석 최 2023-05-17 18:03:12 +09:00
parent 560da644aa
commit 3bae73fdbc
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ tomcat.cluster.receiver-port=4040
tomcat.cluster.receiver-max-threads=4 tomcat.cluster.receiver-max-threads=4
#file upload #file upload
spring.servlet.multipart.location=/uploadFiles spring.servlet.multipart.location=/docker/faisp/uploadFiles
spring.servlet.multipart.max-file-size=200MB spring.servlet.multipart.max-file-size=200MB
spring.servlet.multipart.max-request-size=500MB spring.servlet.multipart.max-request-size=500MB

View File

@ -17,7 +17,7 @@ tomcat.cluster.receiver-port=4042
tomcat.cluster.receiver-max-threads=4 tomcat.cluster.receiver-max-threads=4
#file upload #file upload
spring.servlet.multipart.location=/uploadFiles spring.servlet.multipart.location=/docker/faisp/uploadFiles
spring.servlet.multipart.max-file-size=200MB spring.servlet.multipart.max-file-size=200MB
spring.servlet.multipart.max-request-size=500MB spring.servlet.multipart.max-request-size=500MB

View File

@ -103,7 +103,7 @@
<th:block th:each="code:${session.commonCode.get('OG')}"> <th:block th:each="code:${session.commonCode.get('OG')}">
<th:block th:if="${code.itemCd eq readUser.ogCd}" th:text="${code.itemValue}"></th:block> <th:block th:if="${code.itemCd eq readUser.ogCd}" th:text="${code.itemValue}"></th:block>
</th:block> </th:block>
<th:block th:each="commonCode:${session.commonCode.get(readUser.ogCd)}"> <th:block th:each="code:${session.commonCode.get(readUser.ogCd)}">
<th:block th:if="${code.itemCd eq readUser.ofcCd}" th:text="${code.itemValue}"></th:block> <th:block th:if="${code.itemCd eq readUser.ofcCd}" th:text="${code.itemValue}"></th:block>
</th:block> </th:block>
<!--<th:block th:each="code:${session.commonCode.get('JT')}"> <!--<th:block th:each="code:${session.commonCode.get('JT')}">