https://github.com/ddobrin/app-template-java
https://github.com/ddobrin/app-template-java
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ddobrin/app-template-java
- Owner: ddobrin
- License: apache-2.0
- Created: 2022-06-02T20:38:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T20:15:40.000Z (about 4 years ago)
- Last Synced: 2024-10-06T02:02:29.608Z (almost 2 years ago)
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
This is a sample application written in Java. In most cases, this should not be used
for development of a new application.
## Critical Files
The following is a list of critical files utilized in the conventions for building
an Anthos application.
| File/Folder | Description | Required |
|:-------------:|:----------------------|-----------:|
| Dockerfile :whale: | File used to create the Docker image (built with kaniko) | :white_check_mark: |
| skaffold.yaml | Used in local development to keep development environment in sync with changes. If not using skaffold, this file is optional (but recommended) | :white_large_square: |
| .gitlab-ci.yml | CICD Pipeline setup to build to inherit the conventions for the development organization/ecosystem | :white_check_mark: |
| k8s/ | Folder containing the Kubernetes resource manifests for "dev", "stage" and "prod". Resource files are configured to use Kustomize during the CICD build. | :white_check_mark: |
## Licensing
```lang-none
Copyright 2022 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
## Usage
Copyright 2022 Google. This software is shared as sample code and not intended
for production use and provided as-is, without warranty or representation for
any use or purpose. Your use of it is discretionary and subject to your
agreement with Google.
## Contributing
* [Contributing guidelines][contributing-guidelines]