Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
Kafka
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dantesh Pallapothu
Kafka
Commits
485fab83
Commit
485fab83
authored
Sep 17, 2022
by
Dantesh Pallapothu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parent
87792eac
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
146 additions
and
33 deletions
+146
-33
.gitignore
.gitignore
+0
-33
HELP.md
HELP.md
+17
-0
kafka-parent.iml
kafka-parent.iml
+129
-0
No files found.
.gitignore
deleted
100644 → 0
View file @
87792eac
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
HELP.md
0 → 100644
View file @
485fab83
# Getting Started
### Reference Documentation
For further reference, please consider the following sections:
*
[
Official Apache Maven documentation
](
https://maven.apache.org/guides/index.html
)
*
[
Spring Boot Maven Plugin Reference Guide
](
https://docs.spring.io/spring-boot/docs/2.7.3/maven-plugin/reference/html/
)
*
[
Create an OCI image
](
https://docs.spring.io/spring-boot/docs/2.7.3/maven-plugin/reference/html/#build-image
)
*
[
Spring Boot DevTools
](
https://docs.spring.io/spring-boot/docs/2.7.3/reference/htmlsingle/#using.devtools
)
*
[
Spring HATEOAS
](
https://docs.spring.io/spring-boot/docs/2.7.3/reference/htmlsingle/#web.spring-hateoas
)
*
[
Spring for Apache Kafka
](
https://docs.spring.io/spring-boot/docs/2.7.3/reference/htmlsingle/#messaging.kafka
)
### Guides
The following guides illustrate how to use some features concretely:
*
[
Building a Hypermedia-Driven RESTful Web Service
](
https://spring.io/guides/gs/rest-hateoas/
)
kafka-parent.iml
0 → 100644
View file @
485fab83
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment