VOOZH about

URL: https://www.javacodegeeks.com/author/rafal-borowiec/page/5

⇱ Rafal Borowiec, Author at Java Code Geeks - Page 5 of 11


  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecFebruary 16th, 2016
    1 4,788

    Skip SSL certificate verification in Spring Rest Template

    How to skip SSL certificate verification while using Spring Rest Template? Configure Rest Template so it uses Http Client to…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecFebruary 1st, 2016
    0 161

    Spring MVC 4 Quickstart Maven Archetype Improved – More Java 8 Features

    For all those developers interested in bootstrapping Spring 4 application quickly without Spring Boot, please check my Spring MVC 4…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecDecember 11th, 2015
    0 298

    5 reasons why you should consider upgrading your applications to Spring 4

    Firstly released in 2004, Spring Framework is among top Java frameworks. Spring 4 has been released in December 2013 and…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecNovember 26th, 2015
    0 950

    HOW-TO: Register components using @Conditional and Condition in Spring

    @Profile annotation in Spring can be used on any Spring components (e.g. @Component, @Service, @Configuration etc.) that are candidates for…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecNovember 11th, 2015
    0 1,041

    HOW-TO: Java 8 Date & Time with Thymeleaf and Spring Boot

    If you happen to work with Spring Boot and Thymeleaf and you need to format Java 8 Date & Time…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecSeptember 30th, 2015
    0 1,440

    Placeholders support in Value annotations in Spring

    ${...} placeholders in @Value annotation are used to access properties registered with @PropertySource. This is extremely useful with @Configuration beans…

    Read More »
  • Core Java👁 Image
    Rafal BorowiecSeptember 18th, 2015
    0 995

    AssertJ’s SoftAssertions – do we need them?

    One of the rules of writing good unit test is that it should fail for one reason, so unit test…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecSeptember 16th, 2015
    0 2,311

    Override Spring Framework version in Spring Boot application built with Gradle

    If you want to use or just check the newest version of Spring with Spring Boot but the current Spring…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecAugust 25th, 2015
    0 466

    Parameterized integration tests with Spring JUnit Rules

    Spring 4.2 comes with brand new JUnit rules: SpringClassRule and SpringMethodRule. The main advantage of using JUnit rules is to…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • 10
  • ...
  • Last
Back to top button
Close