https://github.com/pineberrycode/mini-netservice
🔒 ✨ Spring Security - No CSRF enabled
https://github.com/pineberrycode/mini-netservice
controller java jpa-hibernate jwt jwt-authorization mustache postgresql spring-mail spring-security
Last synced: 8 months ago
JSON representation
🔒 ✨ Spring Security - No CSRF enabled
- Host: GitHub
- URL: https://github.com/pineberrycode/mini-netservice
- Owner: PineberryCode
- License: gpl-3.0
- Created: 2023-07-31T18:28:42.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-14T02:52:48.000Z (over 2 years ago)
- Last Synced: 2025-03-31T13:36:06.505Z (11 months ago)
- Topics: controller, java, jpa-hibernate, jwt, jwt-authorization, mustache, postgresql, spring-mail, spring-security
- Language: Mustache
- Homepage:
- Size: 726 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MINI-NETSERVICE
It is a web page about net services (Optical Fiber and classic Wi-Fi).
To that sending of E-mails, You shall create a configuration file called **application** because the Maven archetype only recognizes that "reserved" term. It's preferable to make another file with the extension _.yml_ this approach enhances the overall project structure.
Make sure to create the file on this route. Specifically **/resources**:
```txt
/src/main/resources/
```
Then paste this code in the file **application.yml**:
```YML
spring:
mail:
host: smtp.gmail.com
username: Your Email
password: Application password (GMAIL)
port: 587
properties:
mail:
smtp:
starttls:
enable: true
auth: true
```
Remember
- - -
Run in your database engine this 
- - -