SSunnyinsunnytech.hashnode.dev·Apr 6, 2024 · 2 min readSpringboot1-Create Multi-Module ProjectThe thought is like that. First, create a simple Koltin spring boot project in IntelliJ, and then organize it into a multi-module project. Procedure Create Springboot Project Create new module ( I called it module1) In the settings.gradle.kts...00
SSunnyinsunnytech.hashnode.dev·Apr 6, 2024 · 1 min readBuilding Complete Spring Boot Project from ScratchIn this series, I will try to build an out-of-box spring boot project that can start to be used for development. The tech will roughly use the below here Spring Boot-I tried to consider micronaut, but seems at the moment, it cannot integrate well wi...00