https://github.com/zhouboyi1998/note-boot
https://github.com/zhouboyi1998/note-boot
spring-boot spring-data-mongodb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhouboyi1998/note-boot
- Owner: zhouboyi1998
- License: mit
- Created: 2022-06-14T13:29:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T16:21:05.000Z (over 1 year ago)
- Last Synced: 2025-03-29T17:17:03.255Z (about 1 year ago)
- Topics: spring-boot, spring-data-mongodb
- Language: Kotlin
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
đ note-boot
### đ Language
[įŽäŊ䏿](./README.md) | English
### đŗ Docker
* Run the command in the project root directory
#### Maven Package
```
mvn clean package -DskipTests
```
#### Docker Build
```
docker build -t note-boot .
```
#### Docker Run
```
docker run -d -p 18092:18092 --name note-boot note-boot
```
### đ Licence
[MIT License](https://opensource.org/licenses/MIT) Copyright (c) 2022 å¨åäš