根据pom.xml重新下载安装并build maven依赖
mvn clean install启动spring应用
make start检查正在运行的spring进程
make check访问
http://localhost:8080/blog/posts
如果应用正常运行,应当能看到
{
"id": 1,
"title": "Greeting!",
"content": "Hello, World."
}For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- MyBatis Framework
- Spring for Apache Kafka
- Apache Kafka Streams Support
- Apache Kafka Streams Binding Capabilities of Spring Cloud Stream
- Spring Data Elasticsearch (Access+Driver)
The following guides illustrate how to use some features concretely: