Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xlaez/blogo
A blog REST API built with spring-boot, mongodb and jwt
https://github.com/xlaez/blogo
java mongodb spring-boot
Last synced: about 5 hours ago
JSON representation
A blog REST API built with spring-boot, mongodb and jwt
- Host: GitHub
- URL: https://github.com/xlaez/blogo
- Owner: Xlaez
- Created: 2023-12-12T04:40:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-21T23:31:40.000Z (11 months ago)
- Last Synced: 2024-04-25T04:06:36.739Z (7 months ago)
- Topics: java, mongodb, spring-boot
- Language: Java
- Homepage:
- Size: 130 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BLOG0
add the application.properties file in the [/src/main/resources] directory
These are the current fields:
- spring.data.mongodb.uri=mongodb://127.0.0.1:27017
- spring.data.jwt.secret= your jwt secret
- spring.security.user.password= your spring password
- server.port=8080 your port
- spring.main.allow-bean-definition-overriding=true
- spring.mail.username=your email
- spring.mail.password=your-password
- spring.mail.properties.mail.smtp.auth=true
- spring.mail.properties.mail.smtp.starttls.enable=true
- spring.mail.host= smtp host
- spring.mail.port= smtp port
- spring.cloudinary.name=name
- spring.cloudinary.apiSecret=apisecret
- spring.cloudinary.apiKey=apikey
- spring.servlet.multipart.max-file-size=3MB
- spring.servlet.multipart.max-request-size=2MB
- spring.github.clientId=clientId
- spring.github.clientSecret=secret