Asimio Tech©

Simple and Modern Solutions. Java Software Development and Cloud Adoption.

  • Home
  • Services▼
    • Consulting
    • Java Applications Development
    • Source Code Assessment
    • Technical Trainings
    • Technical Screening
  • Blog▼
    • Home
    • Archives
    • Tags
    • Write for Asimio Tech©
    • Atom Feed
  • Resources▼
    • Code Snippets and Recipes
    • Free PDF Downloads
    • Products
  • Get in Touch

Search results

Archives

  • 2024
  • 2024-11-22 » Provisioning dynamodb tables and seeding data to run spring boot integration tests
    2024-11-19 » Publishing aws sns notifications with spring boot, aws java sdk v2, and spring-cloud-aws-starter-sns
    2024-10-28 » Getting started with spring boot, dynamodb, aws java sdk v2, spring-cloud-aws-starter-dynamodb, and dynamic queries with dynamodbtemplate
    2024-09-12 » Propagating tenant data to spawned/async threads with threadlocaltargetsource, taskdecorator in multi-tenant spring boot applications
    2024-09-06 » Reuse testcontainers initialization and configuration code with junit 5 extension callbacks in your spring boot integration tests
    2024-02-28 » Writing integration tests with testcontainers and cosmos db docker emulator for spring boot applications
  • 2023
  • 2023-10-26 » Deploying spring boot applications from a maven repository to azure spring apps with azure cli
    2023-10-13 » Writing integration tests with greenmail and jsoup for spring boot applications that send emails
    2023-09-24 » Sending emails with spring boot and thymeleaf
    2023-09-10 » Extract certificate and add it to a truststore programmatically
    2023-09-08 » Seeding cosmos db data to run spring boot 2 integration tests
    2023-08-28 » Writing dynamic cosmos db queries using spring data cosmos repositories and reactivecosmostemplate
    2023-08-21 » Unit testing spring's transationtemplate, transactioncallback with junit and mockito
    2023-08-10 » Pushing spring boot 2 docker images to microsoft acr
    2023-08-01 » Configuring json-formatted logs in spring boot applications with slf4j, logback and logstash
    2023-07-05 » Uploading jacoco code coverage reports to sonarqube
    2023-01-31 » Writing dynamic sql queries using spring data jpa repositories, hibernate and querydsl
  • 2022
  • 2022-01-13 » Parsing csv responses with a custom resttemplate httpmessageconverter
  • 2021
  • 2021-07-26 » Writing dynamic sql queries using spring data jpa repositories and entitymanager
    2021-05-19 » Fixing hibernate hhh000104 firstresult maxresults warning using spring data jpa specification and criteria api
    2021-04-15 » Padding in predicates using spring data jpa specification
    2021-01-27 » Troubleshooting spring data jpa specification and criteria queries impact on hibernate's queryplancache
  • 2020
  • 2020-11-27 » Documenting your relational database using schemaspy
    2020-11-21 » Writing dynamic sql queries using spring data jpa specification and criteria api
    2020-11-12 » Refreshing feature flags using togglz and spring cloud config server
    2020-11-06 » Preventing n+1 select problem using spring data jpa entitygraph
    2020-09-01 » Using azure blob storage as your maven repository
    2020-04-16 » Adding hal pagination links to restful applications using spring hateoas
    2020-04-06 » Adding hal links to spring boot 2 applications using spring hateoas
  • 2019
  • 2019-04-23 » Reporting code coverage using maven and jacoco plugin
    2019-04-08 » Splitting unit and integration tests using maven and surefire plugin
  • 2018
  • 2018-09-05 » Pushing spring boot 2 docker images to amazon ecr
    2018-08-10 » Simplifying packaging spring boot 2 applications into docker images using google's jib
    2018-07-12 » Implementing a custom maven archetype to generate spring boot-based services
    2018-06-27 » Using an aws s3 bucket as your maven repository
    2018-05-31 » Adding feature toggles to spring boot applications using togglz
    2018-02-24 » Implementing and configuring servlets, filters and listeners in spring boot applications
    2018-02-20 » Microservices sidecar pattern implementation using postgres, spring cloud netflix and docker
  • 2017
  • 2017-11-28 » An alternative approach to threadlocal using spring
    2017-10-17 » Disabling redis auto-configuration in spring boot applications
    2017-10-10 » Routing requests and dynamically refreshing routes using spring cloud zuul server
    2017-07-25 » Fixing loggerfactory not a logback loggercontext but logback is on the classpath, spring boot-cobertura error
    2017-07-14 » Caching using resttemplate, ehcache and etags
    2017-06-29 » Implementing a custom spring boot starter for cxf and swagger
    2017-06-12 » Implementing apis using spring boot, cxf and swagger
    2017-03-06 » Multi-version service discovery using spring cloud netflix eureka and ribbon
    2017-02-02 » Refreshable configuration using spring cloud config server, spring cloud bus, rabbitmq and git
    2017-01-17 » Multi-tenant applications using spring boot, jpa, hibernate and postgres
  • 2016
  • 2016-12-27 » Troubleshooting spring's resttemplate requests timeout
    2016-12-15 » Configuring tomcat to listen on multiple ports using spring boot
    2016-12-09 » Centralized and versioned configuration using spring cloud config server and git
    2016-11-14 » Microservices registration and discovery using spring cloud, eureka, ribbon and feign
    2016-08-04 » Integration testing using spring boot, postgres and docker
    2016-05-07 » Documenting multiple rest api versions using spring boot, jersey and swagger
    2016-04-05 » Microservices using spring boot, jersey, swagger and docker
    2016-03-09 » Fixing com.sun.tools.javac.main is not on the classpath ant compilation error
    2016-02-11 » Troubleshooting high cpu usage in java applications
  • 2015
  • 2015-09-27 » A static blog hosted on aws s3, built with jekyll and jenkins
    2015-08-18 » Asimio.net's architecture

Join Asimio Tech© Newsletter

Sign up and get occasional emails about Java, Spring Boot, Spring Cloud, Docker, AWS, Azure, Unit, and Integration Testing.

Latest Posts  

  • Provisioning DynamoDB tables and seeding data to run Spring Boot Integration Tests
    Provisioning DynamoDB tables and seeding data to run Spring Boot Integration Tests
  • Publishing AWS SNS Notifications with Spring Boot, AWS Java SDK v2, and spring-cloud-aws-starter-sns
    Publishing AWS SNS Notifications with Spring Boot, AWS Java SDK v2, and spring-cloud-aws-starter-sns
  • Getting started with Spring Boot, DynamoDB, AWS Java SDK v2, spring-cloud-aws-starter-dynamodb, and dynamic queries with DynamoDbTemplate
    Getting started with Spring Boot, DynamoDB, AWS Java SDK v2, spring-cloud-aws-starter-dynamodb, and dynamic queries with DynamoDbTemplate
  • Propagating Tenant data to Spawned/Async Threads with ThreadLocalTargetSource, TaskDecorator in Multi-tenant Spring Boot applications
    Propagating Tenant data to Spawned/Async Threads with ThreadLocalTargetSource, TaskDecorator in Multi-tenant Spring Boot applications
  • Reuse Testcontainers initialization and configuration code with JUnit 5 Extension Callbacks in your Spring Boot Integration Tests
    Reuse Testcontainers initialization and configuration code with JUnit 5 Extension Callbacks in your Spring Boot Integration Tests
  • What's Being Discussed in this Blog  

    aws (6)   blogging (1)   jekyll (1)   jenkins (1)   s3 (2)   static site (1)   java (57)   high cpu (1)   threaddump (1)   troubleshooting (6)   ant (1)   classpath (2)   jdk (2)   jre (2)   api (24)   docker (14)   docker-maven-plugin (2)   jax-rs (5)   jersey (3)   microservices (13)   restful (22)   spring boot (50)   spring cloud (16)   swagger (4)   versioning (2)   hibernate (11)   integration testing (9)   jpa (11)   junit (8)   poc (5)   postgres (3)   sql (16)   testing (11)   eureka (5)   feign (1)   netflixoss (5)   ribbon (3)   config server (4)   configuration (3)   javamelody (1)   tomcat (2)   jmeter (3)   load testing (3)   resttemplate (3)   multitenancy (3)   threadlocal (3)   bus (1)   rabbitmq (2)   cxf (2)   caching (1)   ehcache (1)   cobertura (1)   logback (2)   logging (2)   maven (12)   slf4j (2)   gateway (1)   zuul (1)   redis (1)   threadlocaltargetsource (2)   sidecar (1)   servlet (1)   feature flags (2)   feature toggles (2)   togglz (2)   jib (3)   jib-maven-plugin (3)   amazon-ecr-credential-helper (1)   docker-credential-helper (1)   ecr (1)   maven-surefire-plugin (1)   unit testing (4)   code coverage (2)   jacoco (2)   jacoco-maven-plugin (2)   static code analysis (2)   hal (2)   hateoas (2)   hypermedia (2)   pagination (2)   azure (7)   blob storage (1)   spring data jpa (8)   criteria api (4)   erd (1)   schemaspy (1)   heapdump (1)   opencsv (1)   querydsl (1)   sonar (1)   sonarqube (1)   acr (1)   azure-cli (2)   mockito (1)   transactiontemplate (1)   cosmos db (4)   nosql (5)   spring data cosmos (4)   ssl (1)   truststore (3)   email (2)   thymeleaf (2)   jsoup (1)   azure spring apps (1)   testcontainers (2)   aws-cli (2)   dynamodb (2)   spring-cloud-aws-starter-dynamodb (2)   sns (1)   spring-cloud-aws-starter-sns (1)  

    Archives  

  • 2024 (6)
  • 2023 (11)
  • 2022 (1)
  • 2021 (4)
  • 2020 (7)
  • 2019 (2)
  • 2018 (7)
  • 2017 (10)
  • 2016 (9)
  • 2015 (2)
  • Copyright © 2015-2025 Asimio Tech LLC. All rights reserved

    CAGE: 9K8U0 | DUNS: 051241399 | UEI: P68SMMPMTPS4 | FL MBE

    Terms and Conditions | Disclaimer

    Write for Asimio Tech© | Mailing List | Blog Atom Feed

    Back To Top