feat(itms): urpItms_10_Api → api subtree 이식 (히스토리 보존)
git-subtree-dir: api git-subtree-mainline:5518b245e6git-subtree-split:4a0ce4fa40
This commit is contained in:
commit
7dfc836507
27
api/.classpath
Normal file
27
api/.classpath
Normal file
@ -0,0 +1,27 @@
|
||||
<?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/openJDK16">
|
||||
<attributes>
|
||||
<attribute name="module" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<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
api/.gitattributes
vendored
Normal file
6
api/.gitattributes
vendored
Normal 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
api/.gitignore
vendored
Normal file
5
api/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# Ignore Gradle project-specific cache directory
|
||||
.gradle
|
||||
|
||||
# Ignore Gradle build output directory
|
||||
build
|
||||
41
api/.project
Normal file
41
api/.project
Normal file
@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>urpItms_10_Api</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>
|
||||
13
api/.settings/org.eclipse.buildship.core.prefs
Normal file
13
api/.settings/org.eclipse.buildship.core.prefs
Normal 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
|
||||
4
api/.settings/org.eclipse.jdt.core.prefs
Normal file
4
api/.settings/org.eclipse.jdt.core.prefs
Normal file
@ -0,0 +1,4 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
|
||||
org.eclipse.jdt.core.compiler.compliance=11
|
||||
org.eclipse.jdt.core.compiler.source=11
|
||||
9
api/.settings/org.eclipse.wst.common.component
Normal file
9
api/.settings/org.eclipse.wst.common.component
Normal 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_10_Api">
|
||||
<property name="context-root" value="urpItms_10_Api"/>
|
||||
<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>
|
||||
@ -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="11"/>
|
||||
</faceted-project>
|
||||
2
api/.settings/org.springframework.ide.eclipse.prefs
Normal file
2
api/.settings/org.springframework.ide.eclipse.prefs
Normal file
@ -0,0 +1,2 @@
|
||||
boot.validation.initialized=true
|
||||
eclipse.preferences.version=1
|
||||
44
api/bin/main/application-hpnote.yml
Normal file
44
api/bin/main/application-hpnote.yml
Normal file
@ -0,0 +1,44 @@
|
||||
# Service port
|
||||
server:
|
||||
port: 11010
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
# 인증서버에서 JWT 보안키 확인
|
||||
security:
|
||||
oauth2:
|
||||
resourceserver:
|
||||
jwt:
|
||||
jwk-set-uri:
|
||||
http://localhost:11000/oauth/token_key
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://192.168.8.131:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
username: g9IwFesTyIloXVpUnfOX0g==
|
||||
password: E4SOtjDqqO79BQERc/eaTw==
|
||||
maximumPoolSize: 35
|
||||
minimumIdle: 2
|
||||
connectionTimeout: 3000
|
||||
idleTimeout: 300000
|
||||
testOnBorrow: true
|
||||
validationQuery: SELECT 1
|
||||
|
||||
# SQL Log 관련 setting
|
||||
log4jdbc:
|
||||
spylogdelegator:
|
||||
name: net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
|
||||
dump:
|
||||
sql:
|
||||
maxlinelength: 0
|
||||
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.resultsettable: info
|
||||
logging.level.jdbc.connection: false
|
||||
57
api/bin/main/application-infra_server.yml
Normal file
57
api/bin/main/application-infra_server.yml
Normal file
@ -0,0 +1,57 @@
|
||||
# Service port
|
||||
server:
|
||||
port: 11010
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
# 인증서버에서 JWT 보안키 확인
|
||||
security:
|
||||
oauth2:
|
||||
resourceserver:
|
||||
jwt:
|
||||
jwk-set-uri:
|
||||
http://localhost:11000/oauth/token_key
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://109.26.11.21:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
username: g9IwFesTyIloXVpUnfOX0g==
|
||||
password: E4SOtjDqqO79BQERc/eaTw==
|
||||
maximumPoolSize: 35
|
||||
minimumIdle: 2
|
||||
connectionTimeout: 3000
|
||||
idleTimeout: 300000
|
||||
testOnBorrow: true
|
||||
validationQuery: SELECT 1
|
||||
|
||||
# SQL Log 관련 setting
|
||||
log4jdbc:
|
||||
spylogdelegator:
|
||||
name: net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
|
||||
dump:
|
||||
sql:
|
||||
maxlinelength: 0
|
||||
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.resultsettable: info
|
||||
logging.level.jdbc.connection: false
|
||||
|
||||
# custom 설정
|
||||
custom:
|
||||
api_server : null
|
||||
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
|
||||
60
api/bin/main/application-kic_dev.yml
Normal file
60
api/bin/main/application-kic_dev.yml
Normal file
@ -0,0 +1,60 @@
|
||||
# Service port
|
||||
server:
|
||||
port: 11010
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
# 인증서버에서 JWT 보안키 확인
|
||||
security:
|
||||
oauth2:
|
||||
resourceserver:
|
||||
jwt:
|
||||
jwk-set-uri:
|
||||
http://localhost:11000/oauth/token_key
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://192.10.10.203:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
username: g9IwFesTyIloXVpUnfOX0g==
|
||||
password: E4SOtjDqqO79BQERc/eaTw==
|
||||
maximumPoolSize: 35
|
||||
minimumIdle: 2
|
||||
connectionTimeout: 3000
|
||||
idleTimeout: 300000
|
||||
testOnBorrow: true
|
||||
validationQuery: SELECT 1
|
||||
|
||||
# SQL Log 관련 setting
|
||||
log4jdbc:
|
||||
spylogdelegator:
|
||||
name: net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
|
||||
dump:
|
||||
sql:
|
||||
maxlinelength: 0
|
||||
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.resultsettable: info
|
||||
logging.level.jdbc.connection: false
|
||||
|
||||
# custom 설정
|
||||
custom:
|
||||
api_server : null
|
||||
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
|
||||
front_host_info : http://192.10.10.203:11020
|
||||
client : kic
|
||||
|
||||
60
api/bin/main/application-kic_rel.yml
Normal file
60
api/bin/main/application-kic_rel.yml
Normal file
@ -0,0 +1,60 @@
|
||||
# Service port
|
||||
server:
|
||||
port: 12010
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
# 인증서버에서 JWT 보안키 확인
|
||||
security:
|
||||
oauth2:
|
||||
resourceserver:
|
||||
jwt:
|
||||
jwk-set-uri:
|
||||
http://localhost:12000/oauth/token_key
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://192.10.10.203:3306/ur_itms_rel_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
username: YvRZ5jyhmB6gwVSUGBOqNMQB00k6OZZSfUH5ZU4GEFs=
|
||||
password: E4SOtjDqqO79BQERc/eaTw==
|
||||
maximumPoolSize: 35
|
||||
minimumIdle: 2
|
||||
connectionTimeout: 3000
|
||||
idleTimeout: 300000
|
||||
testOnBorrow: true
|
||||
validationQuery: SELECT 1
|
||||
|
||||
# SQL Log 관련 setting
|
||||
log4jdbc:
|
||||
spylogdelegator:
|
||||
name: net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
|
||||
dump:
|
||||
sql:
|
||||
maxlinelength: 0
|
||||
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.resultsettable: info
|
||||
logging.level.jdbc.connection: false
|
||||
|
||||
# custom 설정
|
||||
custom:
|
||||
api_server : null
|
||||
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
|
||||
front_host_info : http://192.10.10.203:12020
|
||||
client : kic
|
||||
|
||||
62
api/bin/main/application-local.yml
Normal file
62
api/bin/main/application-local.yml
Normal file
@ -0,0 +1,62 @@
|
||||
# Service port
|
||||
server:
|
||||
port: 11010
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
# 인증서버에서 JWT 보안키 확인
|
||||
security:
|
||||
oauth2:
|
||||
resourceserver:
|
||||
jwt:
|
||||
jwk-set-uri:
|
||||
http://localhost:11000/oauth/token_key
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://192.168.8.131:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
# jdbcUrl: jdbc:log4jdbc:mariadb://192.168.8.138:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
username: g9IwFesTyIloXVpUnfOX0g==
|
||||
password: E4SOtjDqqO79BQERc/eaTw==
|
||||
maximumPoolSize: 35
|
||||
minimumIdle: 2
|
||||
connectionTimeout: 3000
|
||||
idleTimeout: 300000
|
||||
testOnBorrow: true
|
||||
validationQuery: SELECT 1
|
||||
|
||||
# SQL Log 관련 setting
|
||||
log4jdbc:
|
||||
spylogdelegator:
|
||||
name: net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
|
||||
dump:
|
||||
sql:
|
||||
maxlinelength: 0
|
||||
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.resultsettable: info
|
||||
logging.level.jdbc.connection: false
|
||||
|
||||
# custom 설정
|
||||
custom:
|
||||
api_server : null
|
||||
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
|
||||
front_host_info : http://localhost:11020
|
||||
client :
|
||||
|
||||
|
||||
57
api/bin/main/application-vmware.yml
Normal file
57
api/bin/main/application-vmware.yml
Normal file
@ -0,0 +1,57 @@
|
||||
# Service port
|
||||
server:
|
||||
port: 11010
|
||||
|
||||
# JPA 설정, JSP 설정
|
||||
spring:
|
||||
devtools:
|
||||
livereload:
|
||||
enabled: true
|
||||
# 인증서버에서 JWT 보안키 확인
|
||||
security:
|
||||
oauth2:
|
||||
resourceserver:
|
||||
jwt:
|
||||
jwk-set-uri:
|
||||
http://localhost:11000/oauth/token_key
|
||||
|
||||
# Primary db information
|
||||
primarydb:
|
||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||
jdbcUrl: jdbc:log4jdbc:mariadb://192.168.8.131:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true
|
||||
username: g9IwFesTyIloXVpUnfOX0g==
|
||||
password: E4SOtjDqqO79BQERc/eaTw==
|
||||
maximumPoolSize: 35
|
||||
minimumIdle: 2
|
||||
connectionTimeout: 3000
|
||||
idleTimeout: 300000
|
||||
testOnBorrow: true
|
||||
validationQuery: SELECT 1
|
||||
|
||||
# SQL Log 관련 setting
|
||||
log4jdbc:
|
||||
spylogdelegator:
|
||||
name: net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator
|
||||
dump:
|
||||
sql:
|
||||
maxlinelength: 0
|
||||
|
||||
logging.level.jdbc.sqlonly: info
|
||||
logging.level.jdbc.sqltiming: false
|
||||
logging.level.jdbc.audit: false
|
||||
logging.level.jdbc.resultset: false
|
||||
logging.level.jdbc.resultsettable: info
|
||||
logging.level.jdbc.connection: false
|
||||
|
||||
# custom 설정
|
||||
custom:
|
||||
api_server : null
|
||||
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
|
||||
BIN
api/bin/main/com/urpsys/baseapi/Aes256Test.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/Aes256Test.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/MailSenderImpl.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/MailSenderImpl.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/MailTest.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/MailTest.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/common/crypto/Aes256Cipher.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/common/crypto/Aes256Cipher.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/common/util/CommonUtil.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/common/util/CommonUtil.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/common/util/ConvertUtils.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/common/util/ConvertUtils.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/common/util/DataSourceUtil.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/common/util/DataSourceUtil.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/common/util/HtmlEmailUtil.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/common/util/HtmlEmailUtil.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/common/util/ResultData.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/common/util/ResultData.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/config/EncryptConfig.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/config/EncryptConfig.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/config/MailConfig.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/config/MailConfig.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/config/MessageConfig.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/config/MessageConfig.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/config/PrimaryDbConfig.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/config/PrimaryDbConfig.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/dao/CommonDao.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/dao/CommonDao.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/dao/NcrdManageDao.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/dao/NcrdManageDao.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/domain/CommonVO.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/domain/CommonVO.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/domain/JWTKey.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/domain/JWTKey.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/domain/TokenInfo.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/domain/TokenInfo.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/egov/util/EgovDateUtil.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/egov/util/EgovDateUtil.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/egov/util/EgovMybaitsUtil.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/egov/util/EgovMybaitsUtil.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/egov/util/EgovStringUtil.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/egov/util/EgovStringUtil.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/main/dao/MainMenuManageDao.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/main/dao/MainMenuManageDao.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/service/CommonService.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/service/CommonService.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/service/NcrdManageService.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/service/NcrdManageService.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/baseapi/urpBaseResourceApplication.class
Normal file
BIN
api/bin/main/com/urpsys/baseapi/urpBaseResourceApplication.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/bbs/dao/ArticleCommentDAO.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/bbs/dao/ArticleCommentDAO.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/bbs/dao/BBSAddedOptionsDAO.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/bbs/dao/BBSAddedOptionsDAO.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/bbs/dao/BBSAdminManageDAO.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/bbs/dao/BBSAdminManageDAO.class
Normal file
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.
BIN
api/bin/main/com/urpsys/itmsapi/cmm/dao/CmmUseDao.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/cmm/dao/CmmUseDao.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/cmm/dao/FileManageDao.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/cmm/dao/FileManageDao.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/cmm/dao/UserSearchDao.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/cmm/dao/UserSearchDao.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/cmm/service/CmmUseService.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/cmm/service/CmmUseService.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/pot/dao/PortletManageDao.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/pot/dao/PortletManageDao.class
Normal file
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.
BIN
api/bin/main/com/urpsys/itmsapi/rem/dao/AdminCategoryDao.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/rem/dao/AdminCategoryDao.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/rem/dao/AdminServiceDao.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/rem/dao/AdminServiceDao.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/rem/dao/CodeAssetCateDao.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/rem/dao/CodeAssetCateDao.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/rem/dao/ReportDao.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/rem/dao/ReportDao.class
Normal file
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/rem/dao/ResourceManagerDao.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/rem/dao/ResourceManagerDao.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
api/bin/main/com/urpsys/itmsapi/rem/service/ReportService.class
Normal file
BIN
api/bin/main/com/urpsys/itmsapi/rem/service/ReportService.class
Normal file
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
Loading…
Reference in New Issue
Block a user