RESTful API 개발PC 테스트 서버 모듈
This commit is contained in:
parent
0f9d461199
commit
7e268bc3dd
7
.gitignore
vendored
7
.gitignore
vendored
@ -2,8 +2,6 @@
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/java,windows,eclipse
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=java,windows,eclipse
|
||||
|
||||
### nLib ###
|
||||
data/**/*
|
||||
|
||||
|
||||
### Eclipse ###
|
||||
@ -124,3 +122,8 @@ $RECYCLE.BIN/
|
||||
*.lnk
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/java,windows,eclipse
|
||||
|
||||
### nLib ###
|
||||
data/**/*
|
||||
!RESTfulAPI.server/**/*
|
||||
!RESTfulAPI.server/bin/*
|
||||
6
RESTfulAPI.server/a.b.c.xml
Normal file
6
RESTfulAPI.server/a.b.c.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!-- a.b.c.xml -->
|
||||
<result>
|
||||
<member-id>ABCDEFG</member-id>
|
||||
<name>홍길동</name>
|
||||
</result>
|
||||
BIN
RESTfulAPI.server/bin/rfserver-0.0.1-SNAPSHOT.jar
Normal file
BIN
RESTfulAPI.server/bin/rfserver-0.0.1-SNAPSHOT.jar
Normal file
Binary file not shown.
1
RESTfulAPI.server/bin/rfserver.cmd
Normal file
1
RESTfulAPI.server/bin/rfserver.cmd
Normal file
@ -0,0 +1 @@
|
||||
java -jar rfserver-0.0.1-SNAPSHOT.jar --server.port=8088 --response.xml.path=C:/iams/workspace/nlib/RESTfulAPI.server
|
||||
6
RESTfulAPI.server/uac.service.exports.xml
Normal file
6
RESTfulAPI.server/uac.service.exports.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!-- uac.service.exports.xml -->
|
||||
<result>
|
||||
<member-id>ABCDEFG</member-id>
|
||||
<name>홍길동</name>
|
||||
</result>
|
||||
@ -1,5 +1,5 @@
|
||||
#Generated by Maven Integration for Eclipse
|
||||
#Tue Jun 22 16:08:07 KST 2021
|
||||
#Tue Jun 22 16:41:06 KST 2021
|
||||
version=1.0.0
|
||||
groupId=iams
|
||||
m2e.projectName=nlib
|
||||
|
||||
Loading…
Reference in New Issue
Block a user