首页 > 解决方案 > 编写 Spring Boot 应用程序的实时场景

问题描述

我对 Spring Boot 很陌生。我想自己实现一个微服务。不知道如何开始。有人可以通过提供真实场景来开发一些代码来帮助我。我可以开发哪个应用程序?

标签: spring-boot

解决方案


        If u want to learn Springboot There is a lot of tutorials on the net just u can search u will get good resources. Once u complete SpringBoot then u can go for Microservice with SpringBoot  
        For Realsceniro u can do Starting Like Basic Like TodoMangemet Employee Mangement, 
below sample url

    https://www.springboottutorial.com/creating-microservices-with-spring-boot-part-1-getting-started
    https://www.dineshonjava.com/spring-boot-tutorial/

推荐阅读