忘了錄影QQ
SampleService.java SampleTest.java
Demo project
This project uses Kapok, the Java framework tailored for SoftLeader standards.
If you want to learn more about Kapok, please visit https://github.com/softleader/kapok/.
Frequently used commands for development or maintenance are documented in the Makefile
,
it's recommended to review the associated documentation available at this link for more details.
To run the application, use the following command:
make run
You can build the optimized container image with:
make build
Or build the image directly to a Docker daemon with:
make build-docker
Alternatively, you can build and save the image to disk as a tarball with:
make build-tar
For more comprehensive instructions, please refer to this link.
To deploy to Kubernetes cluster specified in ~/.kube/config
, use the following command:
make deploy
For further reference, please consider the following sections:
The following guides illustrate how to use some features concretely: