https://github.com/zhouboyi1998/note-boot-groovy
https://github.com/zhouboyi1998/note-boot-groovy
spring-boot spring-data-mongodb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhouboyi1998/note-boot-groovy
- Owner: zhouboyi1998
- License: mit
- Created: 2025-01-17T19:59:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-14T16:34:47.000Z (over 1 year ago)
- Last Synced: 2025-03-23T03:21:29.569Z (about 1 year ago)
- Topics: spring-boot, spring-data-mongodb
- Language: Groovy
- Homepage:
- Size: 16.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-groovy
### đ Language
[įŽäŊ䏿](./README.md) | English
### đŗ Docker
* Run the command in the project root directory
#### Maven Package
```
mvn clean package -DskipTests
```
#### Pull Docker Base Image
```
docker pull amazoncorretto:17.0.13
```
#### Docker Build
```
docker build -t note-boot-groovy .
```
#### Docker Run
```
docker run -d -p 18095:18095 --name note-boot-groovy note-boot-groovy
```
### đ Licence
[MIT License](https://opensource.org/licenses/MIT) Copyright (c) 2022 å¨åäš