Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test branch 1 #97

Closed
wants to merge 57 commits into from
Closed
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
bec3fee
Update README.md
hibell Apr 21, 2023
aa64a09
trigger pipeline
May 19, 2023
1f7c018
trigger pipeline
May 19, 2023
56f81f1
trigger pipeline
May 19, 2023
482cd0d
trigger pipeline
May 19, 2023
2bdca21
trigger pipeline
May 19, 2023
359dbc1
trigger pipeline
May 19, 2023
6798172
trigger pipeline
May 19, 2023
0c1fb64
trigger pipeline
May 19, 2023
8ef84dc
trigger pipeline
May 19, 2023
bee1a8b
trigger pipeline
May 22, 2023
e62a668
trigger pipeline
May 22, 2023
eca292b
trigger pipeline
May 22, 2023
d8bf58b
trigger pipeline
May 22, 2023
01e3278
trigger pipeline
May 22, 2023
99768ed
Remove tests
May 22, 2023
e8d7c16
trigger pipeline
May 22, 2023
bdc3141
trigger pipeline
May 22, 2023
10ee24c
trigger pipeline
May 22, 2023
87ee27c
trigger pipeline
May 22, 2023
11e105b
trigger pipeline
May 22, 2023
733506d
trigger pipeline
May 22, 2023
9436d77
trigger pipeline
May 22, 2023
987dfc6
trigger pipeline
May 22, 2023
c162c69
trigger pipeline
May 23, 2023
cb3993e
trigger pipeline
May 23, 2023
22f8886
trigger pipeline
May 23, 2023
387e018
trigger pipeline
May 23, 2023
4d4c781
trigger pipeline
May 30, 2023
bd4cae7
trigger pipeline
May 30, 2023
2ef0ea9
trigger pipeline
May 30, 2023
ee08bc3
trigger pipeline
May 30, 2023
4a3876c
trigger pipeline
May 31, 2023
76a9290
trigger pipeline
May 31, 2023
acc54b2
trigger pipeline
May 31, 2023
65b56cb
trigger pipeline
May 31, 2023
218f15a
trigger pipeline
May 31, 2023
3f0dfac
trigger pipeline
May 31, 2023
cc72bb5
trigger pipeline
May 31, 2023
01cc2fe
trigger pipeline
Jul 7, 2023
95042a6
trigger pipeline
Jul 14, 2023
ee1f8b2
trigger pipeline
Jul 15, 2023
c5012f8
trigger pipeline
Jul 15, 2023
c9a96c9
trigger pipeline
Jul 15, 2023
16ef49d
Update README.md
hibell Jul 15, 2023
8dc8953
trigger pipeline
Jul 15, 2023
959aecc
Update README.md
hibell Jul 16, 2023
46144d4
Update README.md
hibell Jul 16, 2023
b5b7b61
Merge pull request #2 from nerve-test-org/hibell-patch-1
hibell Jul 18, 2023
7099782
Update README.md
hibell Jul 18, 2023
73e88e0
Merge pull request #3 from nerve-test-org/hibell-patch-1
hibell Jul 18, 2023
a95cd1c
trigger pipeline
Jul 31, 2023
d79a86a
trigger pipeline
Aug 8, 2023
29bedf6
trigger pipeline
Aug 8, 2023
08ddbc1
trigger pipeline
Aug 8, 2023
263d2b5
Revert "Remove tests"
Aug 8, 2023
9f58fd7
Testing 123
Aug 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Open Liberty logo](https://github.com/OpenLiberty/logos/blob/main/combomark/png/OL_logo_green_on_white.png)
![Open Liberty logo](https://github.com/OpenLiberty/logos/blob/main/combomark/png/OL_logo_green_on_white.png) Test 123

# Open Liberty Getting Started sample
# Open Liberty Getting Started Sample Test

## Overview
The sample application provides a simple example of how to get started with Open Liberty. It provides a REST API that retrieves the system properties in the JVM and a web based UI for viewing them. It also uses MicroProfile Config, MicroProfile Health and MicroProfile Metrics to demonstrate how to use these specifications in an application that maybe deployed to kubernetes.

## Project structure
## Project Structure

- `src/main/java` - the Java code for the Project
- `io/openliberty/sample`
Expand Down Expand Up @@ -48,7 +48,7 @@ if you just want to build it run:
mvnw package
```

## Run the Sample in a container
## Run the Sample in a Container

To run the sample using docker run:

Expand All @@ -63,7 +63,7 @@ podman run -p 9080:9080 icr.io/appcafe/open-liberty/samples/getting-started
```


### Access the application
### Access the Application
Open a browser to http://localhost:9080

![image](https://user-images.githubusercontent.com/3076261/117993383-4f34c980-b305-11eb-94b5-fa7319bc2850.png)
Expand Down
Loading