Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bookstore
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郭智朋
bookstore
Commits
ce882fc9
Commit
ce882fc9
authored
Jan 14, 2025
by
guozhipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
使用说明
parent
5bcf7959
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
4 deletions
+8
-4
README.md
README.md
+0
-0
package.json
db/package.json
+1
-1
1736827468082.png
image/README/1736827468082.png
+0
-0
1736828457379.png
image/README/1736828457379.png
+0
-0
1736828919755.png
image/README/1736828919755.png
+0
-0
mta.yaml
mta.yaml
+1
-1
xs-security.json
xs-security.json
+6
-2
No files found.
README.md
View file @
ce882fc9
This diff is collapsed.
Click to expand it.
db/package.json
View file @
ce882fc9
...
...
@@ -5,7 +5,7 @@
"@sap/hdi-deploy"
:
"^5"
},
"engines"
:
{
"node"
:
"^2
2
.0.0"
"node"
:
"^2
0
.0.0"
},
"scripts"
:
{
"start"
:
"node node_modules/@sap/hdi-deploy/deploy.js --use-hdb"
,
...
...
image/README/1736827468082.png
0 → 100644
View file @
ce882fc9
50.3 KB
image/README/1736828457379.png
0 → 100644
View file @
ce882fc9
5.43 KB
image/README/1736828919755.png
0 → 100644
View file @
ce882fc9
49 KB
mta.yaml
View file @
ce882fc9
...
...
@@ -5,7 +5,7 @@ description: "A simple CAP project."
parameters
:
enable-parallel-deployments
:
true
build-parameters
:
before-all
:
before-all
:
-
builder
:
custom
commands
:
-
npm ci
...
...
xs-security.json
View file @
ce882fc9
...
...
@@ -22,10 +22,14 @@
{
"name"
:
"BookStore_Administrators"
,
"description"
:
"BookStore Administrators"
,
"role-template-references"
:
[
"$XSAPPNAME.Administrators"
]
"role-template-references"
:
[
"$XSAPPNAME.Administrators"
]
}
],
"oauth2-configuration"
:
{
"redirect-uris"
:
[
"https://*.unibetter-ic.com/**"
]
"redirect-uris"
:
[
"https://*.unibetter-ic.com/**"
]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment