Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 2.36 KB

File metadata and controls

57 lines (47 loc) · 2.36 KB

EXPLORATION-NOTES

This is where I take note of useful java code. Useful for me.

Is a matrioska project made for the exploration of opportunities from Java and related libraries. Is full of comments useful to note some information. Probably too much comments, but the aim of this project is to be a place of notes and not an operative microservice.

I do not think anyone except me will find it of any help.

Run

You can run the application by using

./mvnw spring-boot:run

Alternatively, you can build the JAR file with

./mvnw clean package

and then run the JAR file, as follows:

java -jar target/exploration-<version>.jar

Run

Yes, is full of bugs.

References

An incomplete list of sources where I took the examples

Guide package reference
Spring RESTful servicemy.demo.exploration.libs.spring.restfulservicehttps://spring.io/guides/gs/rest-service/
Spring configuration of RESTful servicemy.demo.exploration.libs.spring.service.restful.configurationhttps://www.baeldung.com/bootstraping-a-web-application-with-spring-and-java-based-configuration
Spring configuration of MVC servicemy.demo.exploration.libs.spring.service.mvc.configurationhttps://www.baeldung.com/bootstraping-a-web-application-with-spring-and-java-based-configuration
Spring Data JPA accessmy.demo.exploration.libs.spring.service.restful.datajpahttps://spring.io/guides/gs/accessing-data-jpa/
Spring Data JPA access with Restmy.demo.exploration.libs.spring.service.mvc.datajparesthttps://spring.io/guides/gs/accessing-data-rest/
Spring Security for Authorizationmy.demo.exploration.libs.spring.service.restful.security.authorizationhttps://docs.spring.io/spring-security/site/docs/5.0.7.RELEASE/reference/html/el-access.html
Spring Security for Authenticationmy.demo.exploration.libs.spring.service.mvc.security.authenticationhttps://spring.io/guides/gs/securing-web/
Introduction to QueryDSLmy.demo.exploration.libs.querydslhttps://www.baeldung.com/intro-to-querydsl