排序
Republicar aplicação Java sem Restart manual do servidor..
Republicar aplicação Java sem Restart manual do servidor..,O Spring possui uma funcionalidade que ajuda no rápido desenvolvimento de aplicações, o 'Spring-Boot Dev Tools'. Qua...
Retornar XML como resposta no Spring.
Retornar XML como resposta no Spring.,Existem duas formas de mapear o Media Type de retorno em um endpoint, através das anotações '@GetMapping' e '@RequestMapping', ambas as ano...
Classes | C# vs Java
Classes | C# vs Java,The biggest difference is that in c# default is private and in java it is public. Other than that, both support generics, however c# also supports operator ove...
Unbounded Wildcards – [OOP & Java #10]
Unbounded Wildcards - [OOP & Java #10], OOP & Java (15 Part Series) 1 Abstraction and Encapsulation - [OOP & Java #1] 2 Inheritance and Polymorphism - [OOP & Java #2] ....
Building, testing and publishing your Java project with Github actions.
Building, testing and publishing your Java project with Github actions., Introduction I'm going to create a continuous integration (CI) workflow to build, test and publish the proj...
Replace method with JavaParser library
Replace method with JavaParser library, Motivation Recently I want to migrate from JUnit assertEquals to Hamcrest assertThat and is to improve readability of my unit tests. Instead...
How to use Redis with Spring in Java
How to use Redis with Spring in Java,In a Java Project, you must include the following dependencies to use Redis database: 1.Use the Spring Data redis with Maven: <dependency>...
Spring MVC on VSCode – Tomcat Deploy
Spring MVC on VSCode - Tomcat Deploy,In this post, I'll explain how I was able to deploy maven web project with supports for spring mvc using apache tomcat server on vscode. NOTE T...
Spring MVC on VSCode – Maven Project
Spring MVC on VSCode - Maven Project,In this post i'll explain how i was able to setup spring mvc on vscode using maven project. Disclaimer This guide only contains setup process a...
JHipster security scanning
JHipster security scanning, JHipster is a well known open source platform to quickly generate, develop, and deploy modern web and microservice applications. Using the JHipster CLI,...
Interview Prep: Bitwise Manipulation
Interview Prep: Bitwise Manipulation,Welcome back to interview prep. Today we’ll tackle a new subject to help you get ready for that big technical interview: bitwise manipulation....
Devblog 2
Devblog 2, What's new this week in SupremeObsidian. This week, we've made a lot of progress on World Generation, Spells, and new custom player inventories. We also started work on ...