Skip to content

Latest commit

 

History

History

tips-of-spring-data-jpa

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spring Data JPA 各種雷

忘了錄影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/.

Getting Started

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.

Running the Application

To run the application, use the following command:

make run

Packaging the Container Image

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.

Deploying to Kubernetes

To deploy to Kubernetes cluster specified in ~/.kube/config, use the following command:

make deploy

Documentation

References

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely: