An open API service indexing awesome lists of open source software.

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

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 周博䚉