VOOZH about

URL: https://www.javacodegeeks.com/tag/spring-boot/page/48

⇱ Spring Boot Archives - Page 48 of 51 - Java Code Geeks


  • Enterprise Java👁 Image
    Rafal BorowiecMarch 15th, 2015
    1 3,766

    Spring Boot Integration Testing with Selenium

    Web integration tests allow integration testing of Spring Boot application without any mocking. By using @WebIntegrationTest and @SpringApplicationConfiguration we can…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Arthur ArtsMarch 10th, 2015
    0 133

    Integration testing on REST urls with Spring Boot

    We are building a Spring Boot application with a REST interface and at some point we wanted to test our…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Sezin KarliMarch 4th, 2015
    20 355

    Head first elastic search on java with spring boot and data features

    In this article I’ll try to give you an easy introduction on how to use Elastic Search in a Java…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Alex ZhitnitskyMarch 4th, 2015
    1 3,614

    Java Bootstrap: Dropwizard vs. Spring Boot

    How to get a production ready Java application off the ground in the shortest time possible? I’m not a morning…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecFebruary 25th, 2015
    0 92

    Quick Start: Spring Boot and WildfFly 8.2 on OpenShift

    A really “Quick Start” with Spring Boot, WildFly and OpenShift as opposed to my last, more descriptive article. Prerequisite Before…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecFebruary 24th, 2015
    0 196

    Openshift: Build Spring Boot application on Wildfly 8.2.0 with Java 8

    OpenShift DIY cartridge is a great way to test unsupported languages on OpenShift. But it is not scalable (you can…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Rafal BorowiecFebruary 13th, 2015
    0 150

    OpenShift DIY: Build Spring Boot / Undertow application with Gradle

    Gradle 1.6 was the last supported Gradle version to run on OpenShift due to this bug. But as of Gradle…

    Read More »
  • Enterprise Java👁 Image
    Florian HopfJanuary 27th, 2015
    0 1,719

    Logging to Redis using Spring Boot and Logback

    When doing centralized logging, e.g. using Elasticsearch, Logstash and Kibana or Graylog2 you have several options available for your Java…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecJanuary 7th, 2015
    3 1,041

    Getting started with Jersey and Spring Boot

    Along many new features, Spring Boot 1.2 brings Jersey support. This is great step to attract those developers who like…

    Read More »
  • First
  • ...
  • 30
  • 40
  • «
  • 47
  • 48
  • 49
  • »
  • 50
  • ...
  • Last
Back to top button
Close