VOOZH about

URL: https://www.javacodegeeks.com/author/siva-reddy/page/2

⇱ Siva Reddy, Author at Java Code Geeks - Page 2 of 6


  • Enterprise Java👁 Image
    Siva ReddyJanuary 24th, 2018
    0 200

    CI/CD for SpringBoot applications using Travis-CI

    In this article we are going to learn how we can use Travis CI for Continuous Integration and Continuous Deployment (CI/CD) of a SpringBoot application.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Siva ReddyAugust 17th, 2017
    0 375

    Spring Cloud Tutorials – Auto Refresh Config Changes using Spring Cloud Bus

    Problem In the previous article Introduction to Spring Cloud Config Server(http://sivalabs.in/2017/08/spring-cloud-tutorials-introduction-to-spring-cloud-config-server/) we have seen how to use Spring Cloud Config Server.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Siva ReddyAugust 16th, 2017
    1 522

    Spring Cloud Tutorials – Introduction to Spring Cloud Config Server

    Problem SpringBoot provides lot of flexibility in externalizing configuration properties via properties or YAML files. We can also configure properties…

    Read More »
  • Enterprise Java👁 Image
    Siva ReddyNovember 14th, 2016
    0 228

    Getting Started with SpringBoot in Intellij IDEA Community Edition

    We can use Intellij IDEA Community Edition for working with SpringBoot applications as we don’t need support for configuring servers…

    Read More »
  • Enterprise Java👁 Image
    Siva ReddyMarch 17th, 2016
    2 1,229

    SpringBoot : Working with MyBatis

    MyBatis is a SQL Mapping framework with support for custom SQL, stored procedures and advanced mappings. SpringBoot doesn’t provide official…

    Read More »
  • Enterprise Java👁 Image
    Siva ReddyMarch 17th, 2016
    3 1,604

    SpringBoot : Working with JOOQ

    In my previous article SpringBoot : Working with MyBatis  we have learned how to use SpringBoot MyBatis Starter to quickly get…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Siva ReddyMarch 16th, 2016
    2 5,425

    SpringBoot : Working with JdbcTemplate

    Spring provides a nice abstraction on top of JDBC API using JdbcTemplate and also provides great transaction management capabilities using…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Siva ReddyMarch 16th, 2016
    1 213

    How SpringBoot AutoConfiguration magic works?

    In my previous post Why SpringBoot? we have looked at how to create a SpringBoot application. But you may or…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Siva ReddyMarch 16th, 2016
    4 237

    Why SpringBoot?

    lication using Spring MSpring is a very popular Java based framework for building web and enterprise applications. Unlike many other…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close