https://github.com/kkkooolllyyyaaa/sniper
Area check REST backend, Spring ecosystem usages
https://github.com/kkkooolllyyyaaa/sniper
spring spring-boot spring-data-jpa spring-mvc-rest-api spring-security
Last synced: about 2 months ago
JSON representation
Area check REST backend, Spring ecosystem usages
- Host: GitHub
- URL: https://github.com/kkkooolllyyyaaa/sniper
- Owner: kkkooolllyyyaaa
- Created: 2022-02-28T19:50:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T19:18:41.000Z (over 3 years ago)
- Last Synced: 2025-01-14T04:09:46.885Z (over 1 year ago)
- Topics: spring, spring-boot, spring-data-jpa, spring-mvc-rest-api, spring-security
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sniper backend application #
Area check REST backend, Spring ecosystem usages
+ spring core
+ spring-boot
+ spring-security
+ spring-data-jpa
+ spring-mvc-rest-api

## [React JS frontend](https://github.com/kkkooolllyyyaaa/sniper-frontend) ##
## In the [application.properties](https://github.com/kkkooolllyyyaaa/sniper/blob/master/src/main/resources/application.properties) you need to write:
+ `spring.datasource.url=`
+ `spring.datasource.username=`
+ `spring.datasource.password=`
## Run:
`mvn spring-boot:run`