영업관리_판매관리업데이트

This commit is contained in:
Johngreen
2025-10-22 17:22:02 +09:00
parent dbc26fb35b
commit bbf91df26e
12 changed files with 1653 additions and 330 deletions

View File

@@ -10,6 +10,9 @@ COPY src /usr/local/tomcat/webapps/ROOT/WEB-INF/src
# Copy custom Tomcat context configuration for JNDI
COPY ./tomcat-conf/context.xml /usr/local/tomcat/conf/context.xml
# Copy custom Tomcat server configuration for URIEncoding
COPY ./tomcat-conf/server.xml /usr/local/tomcat/conf/server.xml
# Copy database driver if needed (PostgreSQL driver is already in WEB-INF/lib)
# COPY path/to/postgresql-driver.jar /usr/local/tomcat/lib/