2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
- < title > lodestar-artifacts - 1.0.0-SNAPSHOT</ title >
5
+ < link rel ="icon " href ="/favicon.ico "/>
6
+ < title > LodeStar Artifacts - 1.0.0-SNAPSHOT</ title >
6
7
< style >
7
8
h1 , h2 , h3 , h4 , h5 , h6 {
8
9
margin-bottom : 0.5rem ;
109
110
< body >
110
111
111
112
< div class ="banner lead ">
112
- Your new Cloud-Native application is ready!
113
+ LodeStar Artifacts API
113
114
</ div >
114
115
115
116
< div class ="container ">
116
117
< div class ="left-column ">
117
118
< p class ="lead "> Congratulations, you have created a new Quarkus cloud application.</ p >
118
119
119
- < h2 > What is this page?</ h2 >
120
-
121
- < p > This page is served by Quarkus. The source is in
122
- < code > src/main/resources/META-INF/resources/index.html</ code > .</ p >
123
-
124
- < h2 > What are your next steps?</ h2 >
125
-
126
- < p > If not already done, run the application in < em > dev mode</ em > using: < code > ./mvnw compile quarkus:dev</ code > .
127
- </ p >
128
120
< ul >
129
- < li > Your static assets are located in < code > src/main/resources/META-INF/resources</ code > .</ li >
130
- < li > Configure your application in < code > src/main/resources/application.properties</ code > .</ li >
121
+ < li > < a href ="/q/swagger-ui/ "> Swagger UI</ a > </ li >
131
122
< li > Quarkus now ships with a < a href ="/q/dev/ "> Dev UI</ a > (available in dev mode only)</ li >
132
- < li > Play with the getting started example code located in < code > src/main/java</ code > :</ li >
133
123
</ ul >
134
- < div class ="example-code ">
135
- < h3 > RESTEasy JAX-RS example</ h3 >
136
- < p > REST is easy peasy with this Hello World RESTEasy resource.</ p >
137
- < p > < code > @Path: < a href ="/hello-resteasy " class ="path-link " target ="_blank "> /hello-resteasy</ a > </ code > </ p >
138
- < p > < a href ="https://quarkus.io/guides/getting-started#the-jax-rs-resources " class ="guide-link " target ="_blank "> Related guide section...</ a > </ p >
139
- </ div >
140
124
141
125
</ div >
142
126
< div class ="right-column ">
143
127
< div class ="right-section ">
144
128
< h3 > Application</ h3 >
145
129
< ul >
146
- < li > GroupId: < code > com.redhat.labs</ code > </ li >
130
+ < li > GroupId: < code > com.redhat.labs.lodestar </ code > </ li >
147
131
< li > ArtifactId: < code > lodestar-artifacts</ code > </ li >
148
132
< li > Version: < code > 1.0.0-SNAPSHOT</ code > </ li >
149
133
< li > Quarkus Version: < code > 1.13.7.Final</ code > </ li >
150
134
</ ul >
151
135
</ div >
152
136
< div class ="right-section ">
153
- < h3 > Do you like Quarkus?</ h3 >
154
- < ul >
155
- < li > Go give it a star on < a href ="https://github.com/quarkusio/quarkus "> GitHub</ a > .</ li >
156
- </ ul >
157
- </ div >
158
- < div class ="right-section ">
159
- < h3 > More reading</ h3 >
137
+ < h3 > Selected extensions guides</ h3 >
160
138
< ul >
161
- < li > < a href ="https://quarkus.io/guides/maven-tooling.html " target ="_blank "> Setup your IDE</ a > </ li >
162
- < li > < a href ="https://quarkus.io/guides/getting-started.html " target ="_blank "> Getting started</ a > </ li >
163
- < li > < a href ="https://quarkus.io/guides/ " target ="_blank "> All guides</ a > </ li >
164
- < li > < a href ="https://quarkus.io " target ="_blank "> Quarkus Web Site</ a > </ li >
139
+ < li title ="REST endpoint framework implementing JAX-RS and more "> < a href ="https://quarkus.io/guides/rest-json " target ="_blank "> RESTEasy JAX-RS guide</ a > </ li >
165
140
</ ul >
166
141
</ div >
167
142
</ div >
168
143
</ div >
169
144
</ body >
170
- </ html >
145
+ </ html >
0 commit comments