DATA 폴더 추가

This commit is contained in:
KNKIM 2021-07-12 10:31:45 +09:00
parent f621c1a601
commit d97828a25f
3 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@ -126,7 +126,6 @@ $RECYCLE.BIN/
# End of https://www.toptal.com/developers/gitignore/api/java,windows,eclipse # End of https://www.toptal.com/developers/gitignore/api/java,windows,eclipse
### nLib ### ### nLib ###
data/**/*
!RESTfulAPI.server/**/* !RESTfulAPI.server/**/*
!RESTfulAPI.server/bin/* !RESTfulAPI.server/bin/*
!src/main/webapp/WEB-INF/lib/*.* !src/main/webapp/WEB-INF/lib/*.*

View File

@ -0,0 +1 @@
java -jar rfserver-0.0.1-SNAPSHOT.jar --server.port=8088 --response.xml.path=C:/iams/workspace/nlib/data/dataxml

View 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>