Skip to content
oreineke.dev
  • Home
  • Resources
  • Toggle website search
Menu Close
  • Home
  • Resources
  • Toggle website search

Work in Progress

Spring Boot Projects as Maven Sub-Modules

  • Post author:olafr
  • Post published:October 21, 2020
  • Post category:Java/Spring

The easiest ways to setup a Spring Boot project with Maven is to define spring-boot-starter-parent as the project's parent in you POM file: <project ...> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.4.RELEASE</version> </parent>…

Continue ReadingSpring Boot Projects as Maven Sub-Modules

Akka Typed (with Java)

  • Post author:olafr
  • Post published:May 14, 2019
  • Post category:Akka/Java

This post is a followup to "Akka Typed (with Scala)" to demonstrate how to use Akka Typed with Java. What is Akka? Akka is a framework for writing message driven,…

Continue ReadingAkka Typed (with Java)

Akka Typed (with Scala)

  • Post author:olafr
  • Post published:April 7, 2019
  • Post category:Akka/Scala

What is Akka? Akka is a framework for writing message driven, scalable, error resilient applications, while making working with concurrency easy. This is achieved by modeling applications around the concept…

Continue ReadingAkka Typed (with Scala)

Recent Posts

  • Spring Boot Projects as Maven Sub-Modules
  • Akka Typed (with Java)
  • Akka Typed (with Scala)

Archives

  • October 2020
  • May 2019
  • April 2019

Categories

  • Akka
  • Java
  • Scala
  • Spring
netcup.de
Legal Disclaimer & Privacy Policy
If it is OK with you, please allow us to uses cookies on this website to improve your experience. Please see our Privacy Policy for more details. Allow CookiesReject
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT