alisahin2 /
Spring-Boot-Hibernate-AOP-OOP-Tomcat-MySQL
Project requirements: Maven project, Language: Java 11, Spring Boot 2.4.1. If you want to see what dependencies I'm using, check out the pom.xml.
Loading repository data…
Rajeshsipun / repository
I'm using Dependencies are "Spring Web(Build web, including RESTful, applications using Spring MVC. Uses Apache Tomcat as the default embedded container.), Spring Data JPA(Persist data in SQL stores with Java Persistence API using Spring Data and Hibernate.), MySQL Driver, Lombok(Java annotation library which helps to reduce boilerplate code)"
README preview is not available for this repository.
Selected from shared topics, language and repository description—not editorial ratings.
alisahin2 /
Project requirements: Maven project, Language: Java 11, Spring Boot 2.4.1. If you want to see what dependencies I'm using, check out the pom.xml.
Mikolmisol /
A brief demo showing how to read an XML Spreadsheet (the format used by Microsoft Excel, among other applications) from a clipboard in JavaFX with no dependencies. I couldn't figure this out, so I'm putting it out here for others.
SKgain /
This repository documents my daily learning and practice with Spring Boot. I'm building small projects and exploring core concepts like: REST APIs (GET, POST, etc.) Controller, Service, Entity layers Dependency Injection (@Autowired) Data filtering using Java Streams Request handling with @PathVariable and @RequestParam Custom HTTP responses