Материалы по теме 'springboot' | DevsDay.ru

IT-блоги Материалы по теме 'springboot'

IT-блоги Материалы по теме 'springboot'


Разработка dev.to 18 мая 2024 г. 11:48

In this post, we will see how to configure AWS Secret Manager with Spring Boot Application. Secret manager can be very useful for managing service secrets, API keys, Database credentials and other secrets for deploying applications. Let's set up Sec...... читать далее

springboot webdev aws deepcodr

Разработка dev.to 15 мая 2024 г. 18:17

In the realm of Spring framework development, distinguishing between traditional Spring MVC controllers and RESTful web service controllers is pivotal, particularly in their approach to handling HTTP response bodies. Traditional Spring MVC C...... читать далее

java spring springboot controller

Разработка dev.to 14 мая 2024 г. 4:23

Thymeleaf is a modern server-side Java template engine designed to work with web and non-web applications. It is an XML/XHTML/HTML5-based library that allows developers to create and render dynamic content on the server before serving it to the clien...... читать далее

java springboot thymeleaf angular

Разработка dev.to 14 мая 2024 г. 1:45

Overview The rapid growth of AI technology has led companies and developers to explore integrating AI into applications to enhance user experience, optimize processes, and innovate business models. Microservice architecture, favored for its flexibi...... читать далее

machinelearning microservices springboot java

Разработка dev.to 13 мая 2024 г. 15:01

Introduction During the parts 2, 3 and 4 we introduced the concepts behind the AWS Serverless Java Container and especially its variant for the Spring Boot (3) application, learned how to develop, deploy, run and optimize Spring Boot 3 Application...... читать далее

aws java serverless springboot

Разработка dev.to 13 мая 2024 г. 9:37

Thymeleaf and Bootstrap are powerful technologies to develop modern web applications. In this article, we will show the steps to add Thymeleaf and Bootstrap to our Spring Boot application. The complete setup can also be created directly in the Booti...... читать далее

springboot webdev frontend

Разработка dev.to 12 мая 2024 г. 16:59

Java is one of the most popular and widely-used programming languages for backend development, powering many large-scale web applications and enterprise systems. If you're interested in pursuing a career as a Java backend developer, here's a comprehe...... читать далее

java backenddevelopment backend springboot

Разработка dev.to 8 мая 2024 г. 12:53

Recently I reached out to one of my fellow Java developers who is very experienced and has been working in the industry forever and asked for his thoughts about the observability improvements in JDK 21 and Spring Boot 3.2 and if he has already migrat...... читать далее

java springboot programming observability

Разработка dev.to 8 мая 2024 г. 11:00

Entendendo como configurar Producers e Consumers com Kafka de forma simples e descomplicada visando o que faz sentido para os seus projetos. Em algum momento pode ser que apareça uma tarefa em seu trabalho onde precise criar uma integração com o K...... читать далее

kafka java eventdriven springboot

Разработка dev.to 5 мая 2024 г. 6:29

Hello DEV, I know it's been quite some time since I've really wrote anything on here. I guess it's time to come out from under my rock that I've been living under. It's been a busy couple of years, and an exhausting career so far in Tech. The foll...... читать далее

update life career

Разработка dev.to 4 мая 2024 г. 0:12

I spent the last 2 days reading about Kotlin and Spring Boot. Coming from a Laravel background I will say that is different and looks and feels a lot more stable and enterprise. Today we are going to see: Why I switched from Gradle to Maven Implem...... читать далее

kotlin springboot saas

Разработка dev.to 3 мая 2024 г. 8:35

“Hello folks, I am jotting down the full tech interview round for a Java developer position at Cisco. All these Q&A are actual questions and will immensely help you if you are looking to enter Cisco Systems. Let’s get started.” Are you prepar...... читать далее

java springboot microservices interview

Разработка dev.to 1 мая 2024 г. 4:45

Azure Cosmos DB is a fully managed NoSQL, relational, and vector database for modern app development. It handles all the database administration with automatic management, updates, and patching. It also handles capacity management with serverless and...... читать далее

database java springboot azure

Разработка dev.to 30 апреля 2024 г. 19:29

As a full-stack developer, balancing the intricate dance between backend and frontend can sometimes feel like a high-wire act — especially when changes in Spring Boot require corresponding updates in TypeScript. I’ve been there more times than I’d li...... читать далее

webdev typescript java springboot

Разработка dev.to 27 апреля 2024 г. 7:39

Em um projeto de programação, em que estava construindo uma API com Spring Boot (Java), precisei adicionar alguns records numa tabela do meu banco de dados. Devido ao meu repertório e também buscando me desafiar, adicionei a dependência do Flyway par...... читать далее

java springboot programming tutorial

Разработка dev.to 23 апреля 2024 г. 17:43

It’s Week 9 of bootcamp, and it’s all about APIs, Spring, and beans. As the teacher drones on and we frantically try to keep up, memes about beans pop up in our #fun-chat Slack. Our first day learning about them, I swore I never even wanted to see be...... читать далее

beginners springboot api learning

Разработка dev.to 23 апреля 2024 г. 11:27

In the modern era of web development, building robust and scalable RESTful APIs is a crucial aspect of creating successful applications. With the rise of microservices architecture and the proliferation of mobile and web applications, the need for ef...... читать далее

java springboot restapi webdev

Разработка dev.to 21 апреля 2024 г. 13:10

Northwind database is a sample database that is used in the tutorial of Microsoft's database product. Provided database mapping on entity classes and simple repository base on Spring Data JPA. So that may base on it to practice to access the database...... читать далее

java springboot springdata jpa

Разработка dev.to 20 апреля 2024 г. 12:35

Spring Scheduler is used for running repetitive tasks or to automate tasks that need to run at specific times or at specific intervals. For example such as sending our email newsletters to your customers, generating daily reports, or updating a datab...... читать далее

springboot spring scheduler

Разработка dev.to 19 апреля 2024 г. 17:48

E aí, tudo certo? Nesse artigo rápido, decidi escrever sobre geração de arquivos assíncronos em APIs, pois vi esse tema sendo debatido no Twitter, onde alguém pediu por alguma forma bacana de contruir uma. Entendi que o tema interessou algumas pesso...... читать далее

java springboot async files