You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From https://github.com/spring-guides/gs-spring-boot, directory "initial"
3
+
## Building
4
+
5
+
1. Create once a [Personal Access Token (PAK)](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with [packages scope](https://docs.github.com/en/packages/publishing-and-managing-packages/about-github-packages#about-tokens).
6
+
2. Provide the PAK in the environment
7
+
```
8
+
export GITHUB_ACTOR=YOUR_USERNAME
9
+
export GITHUB_TOKEN=YOUR_PAK
10
+
```
11
+
3. Use maven to build
12
+
```
13
+
mvn -s settings.xml package
14
+
```
15
+
16
+
## Running
17
+
18
+
Please refer to [README](https://github.com/org-crac/docs#users-flow) for details.
19
+
20
+
### Preparing the image
21
+
1. Run the [JDK](README.md#JDK) in the checkpoint mode
0 commit comments