Updated readme
This commit is contained in:
parent
b52128c35c
commit
fb1cbce8c7
10
README.md
10
README.md
@ -3,3 +3,13 @@
|
|||||||
Upload a file. Share the URL/link. Download the file.
|
Upload a file. Share the URL/link. Download the file.
|
||||||
|
|
||||||
Simple as that.
|
Simple as that.
|
||||||
|
|
||||||
|
## Setup development environment
|
||||||
|
|
||||||
|
Requirements:
|
||||||
|
- Java JDK 21
|
||||||
|
- Gradle 8.5
|
||||||
|
|
||||||
|
1. Update `spring.profiles.active` in `application.properties` to `development`
|
||||||
|
2. Start external Backend and Database
|
||||||
|
3. Run `./gradlew bootRun ` in the root directory
|
@ -9,6 +9,7 @@ version = '0.0.2'
|
|||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = '21'
|
sourceCompatibility = '21'
|
||||||
|
targetCompatibility = '21'
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user