Skip to content

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

Notifications You must be signed in to change notification settings

dicaeffe/java-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published