DEV Community

# spring

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Three steps to extend a Spring Data JPA repository with your own code

Three steps to extend a Spring Data JPA repository with your own code

25
Comments
5 min read
Developing First Spring Boot Application

Developing First Spring Boot Application

11
Comments
3 min read
Custom Javax Annotation Error Handling in Spring

Custom Javax Annotation Error Handling in Spring

7
Comments
3 min read
Understanding Dependency Injection by writing a DI Container - from scratch! (Part 1)

Understanding Dependency Injection by writing a DI Container - from scratch! (Part 1)

99
Comments
5 min read
Como fazer testes unitários em controllers de um app Spring Boot

Como fazer testes unitários em controllers de um app Spring Boot

14
Comments
5 min read
How do I secure this Spring Boot + Thymeleaf + Vue.js app?

How do I secure this Spring Boot + Thymeleaf + Vue.js app?

5
Comments 2
1 min read
Understanding Dependency Injection by writing a DI Container - from scratch! (Part 3)

Understanding Dependency Injection by writing a DI Container - from scratch! (Part 3)

25
Comments 8
4 min read
Understanding Dependency Injection by writing a DI Container - from scratch! (Part 2)

Understanding Dependency Injection by writing a DI Container - from scratch! (Part 2)

35
Comments
6 min read
Using JPQL on orm.xml file with Spring Data JPA

Using JPQL on orm.xml file with Spring Data JPA

5
Comments
2 min read
Sending Message To Specific Anonymous User On Spring WebSocket

Sending Message To Specific Anonymous User On Spring WebSocket

5
Comments
7 min read
Complete CRUD with Spring Boot, Vue.js, Axios

Complete CRUD with Spring Boot, Vue.js, Axios

17
Comments 3
4 min read
Validations in Spring Boot

Validations in Spring Boot

8
Comments
7 min read
Database schema changes with Hibernate and Spring Boot

Database schema changes with Hibernate and Spring Boot

10
Comments 3
6 min read
Spring Boot, Vue.js, Axios and Thymeleaf with Bootstrap in 4 commits

Spring Boot, Vue.js, Axios and Thymeleaf with Bootstrap in 4 commits

56
Comments
6 min read
Using JPQL with Spring Data JPA

Using JPQL with Spring Data JPA

12
Comments
2 min read
Part I: The Backend Using Java With Spring

Part I: The Backend Using Java With Spring

106
Comments 5
19 min read
Spring batch - changing default data-source

Spring batch - changing default data-source

9
Comments
1 min read
Complete API in 5 minutes with Spring Data REST - AQAP Series

Complete API in 5 minutes with Spring Data REST - AQAP Series

16
Comments 4
6 min read
Spring Zeebe 0.7.0 Released!

Spring Zeebe 0.7.0 Released!

5
Comments
1 min read
Spring Data JPA Query Methods

Spring Data JPA Query Methods

14
Comments 1
4 min read
Querying your Spring Data JPA Repository - Basic Setup

Querying your Spring Data JPA Repository - Basic Setup

8
Comments
4 min read
All You Need To Know About Bean Validation With Spring Boot

All You Need To Know About Bean Validation With Spring Boot

16
Comments
11 min read
Querying your Spring Data JPA Repository - Introduction

Querying your Spring Data JPA Repository - Introduction

16
Comments
3 min read
Spring Boot Part 4: Spring MVC with Thymeleaf

Spring Boot Part 4: Spring MVC with Thymeleaf

19
Comments
9 min read
Why not Java

Why not Java

8
Comments 24
3 min read
A way of testing code based on time in a Spring Boot Application

A way of testing code based on time in a Spring Boot Application

8
Comments 1
1 min read
Project Overview: the Basic Microservices Architecture with Spring Cloud

Project Overview: the Basic Microservices Architecture with Spring Cloud

15
Comments 2
3 min read
My first attempt at Generics...

My first attempt at Generics...

9
Comments
3 min read
Concurrency in Spring's StreamListener and Kafka

Concurrency in Spring's StreamListener and Kafka

11
Comments
2 min read
Swagger-2 API documentation for Spring App using Springfox

Swagger-2 API documentation for Spring App using Springfox

25
Comments
4 min read
Using Logz.io to make logging Spring Boot Applications easier and faster

Using Logz.io to make logging Spring Boot Applications easier and faster

21
Comments
5 min read
Spring Boot Part 3: Dependency Injection and @RestController

Spring Boot Part 3: Dependency Injection and @RestController

11
Comments
8 min read
Build A RESTful Web Service Using Spring Boot

Build A RESTful Web Service Using Spring Boot

80
Comments 4
5 min read
Spring Boot Application Packaging Reference

Spring Boot Application Packaging Reference

14
Comments
1 min read
Google Cloud Platform App Engine Deployment Experience

Google Cloud Platform App Engine Deployment Experience

9
Comments
11 min read
Spring Boot Part 2: Static Resources

Spring Boot Part 2: Static Resources

22
Comments
2 min read
The easy way to deploy a Spring Boot application to production on Azure

The easy way to deploy a Spring Boot application to production on Azure

64
Comments 2
7 min read
Spring Boot Part 1: Minimum Web Server, Devtools, and Actuator

Spring Boot Part 1: Minimum Web Server, Devtools, and Actuator

29
Comments 2
7 min read
Spring Boot in Visual Studio Code

Spring Boot in Visual Studio Code

145
Comments 10
1 min read
Use Client Certificate Authentication with Java and RestTemplate

Use Client Certificate Authentication with Java and RestTemplate

5
Comments 2
2 min read
Trying out Ktor as a Spring Developer - The beginning

Trying out Ktor as a Spring Developer - The beginning

22
Comments 2
2 min read
Spring boot social and dependencies overview

Spring boot social and dependencies overview

7
Comments 2
2 min read
Spring Embedded MySQL Server

Spring Embedded MySQL Server

6
Comments
4 min read
Postman-Newman, wherever you go.

Postman-Newman, wherever you go.

9
Comments
1 min read
My first Pull-request to an open-source project

My first Pull-request to an open-source project

7
Comments
1 min read
How to mix Spring Data queries and MongoDB syntax

How to mix Spring Data queries and MongoDB syntax

9
Comments
2 min read
Getting Eventful With Azure Event Hubs: Part Two

Getting Eventful With Azure Event Hubs: Part Two

10
Comments
8 min read
Spring PasswordEncoder Implementation

Spring PasswordEncoder Implementation

6
Comments
3 min read
Securing Microservices with Auth0 Pt. 4 (Bring it all together)

Securing Microservices with Auth0 Pt. 4 (Bring it all together)

7
Comments
4 min read
Customizing JHipster + Vuejs CRUD with the Appworks Layout

Customizing JHipster + Vuejs CRUD with the Appworks Layout

8
Comments
13 min read
Creating REST API with CRNK, Part 2

Creating REST API with CRNK, Part 2

7
Comments 1
7 min read
Create simple REST API for practice automation testing

Create simple REST API for practice automation testing

92
Comments 11
3 min read
Getting Eventful With Azure Event Hubs: Part One

Getting Eventful With Azure Event Hubs: Part One

10
Comments
7 min read
Creating REST with CRNK

Creating REST with CRNK

7
Comments 2
4 min read
Kafka producer retries in Spring kafka

Kafka producer retries in Spring kafka

7
Comments
1 min read
JHipster - The Fastest Way To Build A Production-Ready Angular & Spring Boot Application

JHipster - The Fastest Way To Build A Production-Ready Angular & Spring Boot Application

12
Comments
4 min read
Securing Microservices with Auth0 Pt. 1 (UI)

Securing Microservices with Auth0 Pt. 1 (UI)

17
Comments 1
5 min read
How to reply to an anonymous user over Websockets

How to reply to an anonymous user over Websockets

6
Comments
2 min read
New Resources for Spring Developers

New Resources for Spring Developers

7
Comments
2 min read
Creating a PDF based on HTML template in Java Spring using ItextPDF

Creating a PDF based on HTML template in Java Spring using ItextPDF

10
Comments
4 min read
loading...