Morning Star's blog

  • Home

  • Tags

  • Categories

  • Search

  • Archives

  • About

Scheduled Tasks in a Spring Boot Application

Posted on 2022-01-28 | In java , SpringBoot
Symbols count in article: 2k | Reading time ≈ 3 mins.

In this article, we demostrate how to define the scheduled tasks in a Spring Boot Application.

Read more »

How to use the Hot Load in development of Spring Boot Application

Posted on 2022-01-27 | In java , SpringBoot
Symbols count in article: 1.1k | Reading time ≈ 2 mins.

In the development of Spring Boot applications, if you do not want to restart the application repeatedly, you can use Spring Boot’s DevTools tool to implement the Hot Load function. This article show you how to use the Hot Load in IntelliJ IDEA.

Read more »

How to build Spring Boot WEB application with Freemarker (Update to Spring Boot 2.6 and Java 17)

Posted on 2022-01-26 | In java , SpringBoot
Symbols count in article: 2.6k | Reading time ≈ 4 mins.

This article demonstrate: How to build a Spring Boot WEB applicaiton with Freemarker.

Read more »

How to enable lombok annotations in IDEA IDE

Posted on 2022-01-25 | In java
Symbols count in article: 754 | Reading time ≈ 1 mins.

Lombok is a useful tool library for Java third-party libraries. Ideal for simplifying the writing of entity classes. A lot of get, set code, and constructors are omitted. However, in the IDEA Community version, Lombok recognition is not turned on by default, so it will always prompt an error when writing code in the IDE.

Read more »

How to build Restful Service with Spring Boot - A Step by Step Tutorial for Beginner - 1 (Update to Spring Boot 2.6 and Java 17)

Posted on 2022-01-25 | In java , SpringBoot
Symbols count in article: 3.6k | Reading time ≈ 6 mins.

This is a step by step tutorail for beginner, you can learn how to use spring boot to build a restful service (api). And we also show you: how to connect DB with spring data, how to validate user input with hibernate validation, and how to document your api (restful service) with Swagger.

Read more »

How to skip the test when maven builds

Posted on 2022-01-24 | Edited on 2022-01-25 | In java
Symbols count in article: 715 | Reading time ≈ 1 mins.

Maven is the most popular project building tool for the Java platform, and the test-driven development (TDD) is also the development method chosen by many teams in Java platform project development. But when building a project with maven, if for some reason, we want not to perform unit tests in this build. So what to do?

Read more »

SwiftUI Widget - ZStack

Posted on 2022-01-23 | In App Development , Swift
Symbols count in article: 1.4k | Reading time ≈ 2 mins.

The function of ZStack is to layer the widget on top of each other. Widget stacked on top cover the visible portion of the widget stacked below and those widgets can be aligned in both axes.

Read more »

SwiftUI Widget - NavigationView

Posted on 2022-01-23 | In App Development , Swift
Symbols count in article: 3.2k | Reading time ≈ 5 mins.

NavigationView is probably onte of the most commonly used SwiftUI widget, and is used by almost all SwiftUI apps.

Read more »

How to deploy vue app with docker (Base on Nginx Image)

Posted on 2022-01-22 | Edited on 2022-01-23 | In Docker
Symbols count in article: 3k | Reading time ≈ 5 mins.

This article simply demonstrates how to deploy a Vue-developed front-end app using Docker.

Read more »

How to build Rest Service with Spring Boot - A Step by Step Tutorial for Beginner - 5

Posted on 2022-01-21 | In java , SpringBoot
Symbols count in article: 7.5k | Reading time ≈ 12 mins.

In the How to build Rest Service with Spring Boot - A Step by Step Tutorial for Beginner - 4 of this series , I will show you how to validate the data entered by the Restful service interface in Spring Boot. This article will go deeper and demonstrate how to use Swagger to generate documentation for a Restful service interface and test the API with pages generated by Swagger.

Read more »
12…57
Morning Star

Morning Star

570 posts
40 categories
41 tags
RSS
© 2022 Morning Star | 1.1m | 30:43
Powered by Hexo v3.9.0
|
Theme – NexT.Gemini v7.1.1
|