VOOZH about

URL: https://www.javacodegeeks.com/tag/spring/page/60

⇱ Spring Archives - Page 60 of 112 - Java Code Geeks


  • Enterprise Java👁 Image
    Jakub StasOctober 29th, 2014
    1 371

    Spring Rest API with Swagger – Creating documentation

    The real key to making your REST API easy to use is good documentation. But even if your documentation is…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecOctober 29th, 2014
    1 293

    Spring Boot Actuator: custom endpoint with MVC layer on top of it

    Spring Boot Actuator endpoints allow you to monitor and interact with your application. Spring Boot includes a number of built-in…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecOctober 26th, 2014
    3 143

    Spring Boot / Java 8 / Tomcat 8 on Openshift with DIY

    DIY cartridge is an experimental cartridge that provides a way to test unsupported languages on OpenShift. It provides a minimal,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jakub StasOctober 22nd, 2014
    3 236

    Spring Rest API with Swagger – Integration and configuration

    Nowadays, exposed APIs are finally getting the attention they deserve and companies are starting to recognize their strategic value. However,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecOctober 20th, 2014
    2 263

    Spring Boot and Spring Data REST – exposing repositories over REST

    Exposing Spring Data repositories over REST is pretty easy with Spring Boot and Spring Data REST. With minimal code one…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Arthur ArtsOctober 20th, 2014
    2 263

    Stateless Spring Security Part 2: Stateless Authentication

    This second part of the Stateless Spring Security series is about exploring means of authentication in a stateless way. If you missed…

    Read More »
  • Enterprise Java👁 Image
    Biju KunjummenOctober 16th, 2014
    0 145

    Spring @Configuration – RabbitMQ connectivity

    I have been playing around with converting an application that I have to use Spring @Configuration mechanism to configure connectivity…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenOctober 14th, 2014
    0 112

    Spring @Configuration and injecting bean dependencies as method parameters

    One of the ways Spring recommends injecting inter-dependencies between beans is shown in the following sample copied from the Spring’s…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenOctober 13th, 2014
    0 184

    Using Asciidoctor with Spring: Rendering Asciidoc Documents with Spring MVC

    Asciidoc is a text based document format, and that is why it is very useful if we want to commit…

    Read More »
  • First
  • ...
  • 40
  • 50
  • «
  • 59
  • 60
  • 61
  • »
  • 70
  • 80
  • ...
  • Last
Back to top button
Close