Skip to content

Commit 4b995ab

Browse files
author
Alain BOUDARD
committed
fix: config projet
1 parent c8aaea6 commit 4b995ab

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ cd src/angular
2626
npm install
2727
```
2828

29+
### Application properties
30+
If you want to upload the files with te dedicated screen, you need to modifiy the properties
31+
32+
`storage.location=D:/tests/springboot/todo/storage`
33+
2934
## Runnning
3035

3136
Just run the build (in watch mode if you plan to work on sources)

src/angular/.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
registry=https://registry.npmjs.org/
2+
strict-ssl=false

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ management.endpoints.web.base-path=/admin
22
# Enabling H2 Console
33
spring.h2.console.enabled=true
44

5-
storage.location=D:/tests/springboot/todo/storage
5+
storage.location=D:/github/springboot-ngrx-data/storage

storage/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Simple storage folder for Spring File uploads.

0 commit comments

Comments
 (0)