DATA 폴더 추가
This commit is contained in:
parent
f621c1a601
commit
d97828a25f
1
.gitignore
vendored
1
.gitignore
vendored
@ -126,7 +126,6 @@ $RECYCLE.BIN/
|
||||
# End of https://www.toptal.com/developers/gitignore/api/java,windows,eclipse
|
||||
|
||||
### nLib ###
|
||||
data/**/*
|
||||
!RESTfulAPI.server/**/*
|
||||
!RESTfulAPI.server/bin/*
|
||||
!src/main/webapp/WEB-INF/lib/*.*
|
||||
|
||||
1
data/RESTfulAPI.server/rfserver.cmd
Normal file
1
data/RESTfulAPI.server/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/data/dataxml
|
||||
9
data/dataxml/user.sec.login_GET.xml
Normal file
9
data/dataxml/user.sec.login_GET.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!-- uac.service.exports.xml -->
|
||||
<result>
|
||||
<userId>admin@digitalship.coom</userId>
|
||||
<userName>홍길동</userName>
|
||||
<password>XohImNooBHFR0OVvjcYpJ3NgPQ1qq73WKhHvch0VQtg=</password>
|
||||
<uniqId>100000001</uniqId>
|
||||
<authorities>ROLE_USER,ROLE_ADMIN</authorities>
|
||||
</result>
|
||||
Loading…
Reference in New Issue
Block a user