최초반영

This commit is contained in:
nhj 2025-08-11 18:05:26 +09:00
commit 145c7afd59
1578 changed files with 396018 additions and 0 deletions

23
.classpath Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin/main" path="src/main/java">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="src/main/resources">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-16/"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin/default"/>
</classpath>

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build

41
.project Normal file
View File

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>urpItms_20_Front</name>
<comment>Project lib created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>

View File

@ -0,0 +1,13 @@
arguments=
auto.sync=false
build.scans.enabled=false
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.project.dir=
eclipse.preferences.version=1
gradle.user.home=
java.home=
jvm.arguments=
offline.mode=false
override.workspace.settings=false
show.console.view=false
show.executions.view=false

View File

@ -0,0 +1,4 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=16
org.eclipse.jdt.core.compiler.compliance=16
org.eclipse.jdt.core.compiler.source=16

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="urpItms_20_Front">
<property name="context-root" value="urpItms_20_Front"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/java"/>
<wb-resource deploy-path="/" source-path="src/main/webapp"/>
</wb-module>
</project-modules>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<fixed facet="jst.java"/>
<fixed facet="jst.web"/>
<installed facet="jst.web" version="2.4"/>
<installed facet="jst.java" version="16"/>
</faceted-project>

View File

@ -0,0 +1,2 @@
boot.validation.initialized=true
eclipse.preferences.version=1

View File

@ -0,0 +1,40 @@
# Service port
server:
port: 11020
servlet:
session:
timeout: 120m
cookie:
name: BASEJSP_JSESSIONID
# JSP 설정
spring:
mvc:
view:
prefix: /WEB-INF/jsp/
suffix: .jsp
static-patn-pattern: /static/**
devtools:
livereload:
enabled: true
# custom 설정
custom:
path:
phy_svy: D:/z_temp_pro/itsm_exec/svy/
loc_svy: /svy/image/
file_store: D:/z_temp_pro/itsm_exec/itsm_file_upload
auth_server: http://localhost:11000
api_server: http://localhost:11010
sendmail:
id: tW9kMpd3SiAnf3RQBOZapw==
password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8=
port: 587
host: smtp.gmail.com
sendEmail: hhjj0701@gmail.com
senderName: 나혁제
socketFactory-class: javax.net.ssl.SSLSocketFactory
supplier: gmail.com

View File

@ -0,0 +1,42 @@
# Service port
server:
port: 11020
servlet:
session:
timeout: 120m
cookie:
name: BASEJSP_JSESSIONID
# JSP 설정
spring:
mvc:
view:
prefix: /WEB-INF/jsp/
suffix: .jsp
static-patn-pattern: /static/**
devtools:
livereload:
enabled: true
# custom 설정
custom:
path:
phy_svy: /Data/svy/
loc_svy: /svy/image/
file_store: /Data/itsm_file_upload
auth_server: http://localhost:11000
api_server: http://localhost:11010
api_search_server: http://109.26.11.21:48381
# api_search_server: http://192.168.8.138:48381
sendmail:
id: tW9kMpd3SiAnf3RQBOZapw==
password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8=
port: 587
host: smtp.gmail.com
sendEmail: hhjj0701@gmail.com
senderName: 나혁제
socketFactory-class: javax.net.ssl.SSLSocketFactory
supplier: gmail.com

View File

@ -0,0 +1,42 @@
# Service port
server:
port: 11020
servlet:
session:
timeout: 120m
cookie:
name: BASEJSP_JSESSIONID
# JSP 설정
spring:
mvc:
view:
prefix: /WEB-INF/jsp/
suffix: .jsp
static-patn-pattern: /static/**
devtools:
livereload:
enabled: true
# custom 설정
custom:
path:
phy_svy: /app/itsm_data/svy/
loc_svy: /svy/image/
file_store: /app/itsm_data/itsm_file_upload
auth_server: http://localhost:11000
api_server: http://localhost:11010
# api_search_server: http://109.26.11.21:48381
api_search_server: http://192.10.10.203:48381
sendmail:
id: tW9kMpd3SiAnf3RQBOZapw==
password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8=
port: 587
host: smtp.gmail.com
sendEmail: hhjj0701@gmail.com
senderName: 나혁제
socketFactory-class: javax.net.ssl.SSLSocketFactory
supplier: gmail.com

View File

@ -0,0 +1,41 @@
# Service port
server:
port: 12020
servlet:
session:
timeout: 120m
cookie:
name: BASEJSP_JSESSIONID
# JSP 설정
spring:
mvc:
view:
prefix: /WEB-INF/jsp/
suffix: .jsp
static-patn-pattern: /static/**
devtools:
livereload:
enabled: true
# custom 설정
custom:
path:
phy_svy: /app/itsm_data_rel/svy/
loc_svy: /svy/image/
file_store: /app/itsm_data_rel/itsm_file_upload
auth_server: http://localhost:12000
api_server: http://localhost:12010
api_search_server: http://192.10.10.203:49381
sendmail:
id: tW9kMpd3SiAnf3RQBOZapw==
password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8=
port: 587
host: smtp.gmail.com
sendEmail: hhjj0701@gmail.com
senderName: 나혁제
socketFactory-class: javax.net.ssl.SSLSocketFactory
supplier: gmail.com

View File

@ -0,0 +1,42 @@
# Service port
server:
port: 11020
servlet:
session:
timeout: 120m
cookie:
name: BASEJSP_JSESSIONID
# JSP 설정
spring:
mvc:
view:
prefix: /WEB-INF/jsp/
suffix: .jsp
static-patn-pattern: /static/**
devtools:
livereload:
enabled: true
# custom 설정
custom:
path:
phy_svy: D:/z_temp_pro/svy/
loc_svy: /svy/image/
file_store: D:/z_temp_pro/itsm_file_upload
auth_server: http://localhost:11000
api_server: http://localhost:11010
# api_search_server: http://192.168.8.138:48381 # 개발
api_search_server: http://192.168.8.138:49381 # 운영
sendmail:
id: tW9kMpd3SiAnf3RQBOZapw==
password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8=
port: 587
host: smtp.gmail.com
sendEmail: hhjj0701@gmail.com
senderName: 나혁제
socketFactory-class: javax.net.ssl.SSLSocketFactory
supplier: gmail.com

View File

@ -0,0 +1,42 @@
# Service port
server:
port: 11020
servlet:
session:
timeout: 120m
cookie:
name: BASEJSP_JSESSIONID
# JSP 설정
spring:
mvc:
view:
prefix: /WEB-INF/jsp/
suffix: .jsp
static-patn-pattern: /static/**
devtools:
livereload:
enabled: true
# custom 설정
custom:
path:
phy_svy: /Data/svy/
loc_svy: /svy/image/
file_store: /Data/itsm_file_upload
auth_server: http://localhost:11000
api_server: http://localhost:11010
# api_search_server: http://109.26.11.21:48381
api_search_server: http://192.168.8.138:48381
sendmail:
id: tW9kMpd3SiAnf3RQBOZapw==
password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8=
port: 587
host: smtp.gmail.com
sendEmail: hhjj0701@gmail.com
senderName: 나혁제
socketFactory-class: javax.net.ssl.SSLSocketFactory
supplier: gmail.com

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More