parent
560da644aa
commit
3bae73fdbc
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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')}">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue