An open API service indexing awesome lists of open source software.

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

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 ![script](https://github.com/PineberryCode/MINI-NETSERVICE/blob/dev/src/main/resources/mininetservicedb.sql)

- - -