Skip to content

navaneeth-spotnana/circleci-demo-java-spring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI 2.0 Java Demo Application using Gradle and Spring CircleCI status

Note: This project is currently under substantial development to include additional use cases and show off more features of CircleCI.

This message will be removed once the CircleCI documentation matches this repository again.


This is an example application showcasing how to run a Java app on CircleCI 2.0.

This application uses the following tools:

  • Gradle
  • Java 11
  • PostgreSQL
  • Spring Boot
  • Thymeleaf

Local Development

Starting the application

./gradlew bootRunDev

Navigate to http://localhost:8080

Screenshot of index page

We use the H2 Database in memory for local development. You can access the datbase UI at http://localhost:8080/h2-console with the following credentials.

username: `sa`
password: `password`
JDBC URL: jdbc:h2:mem:testdb

License

Copyright © 2019 CircleCI

Distributed under the MIT license, see the file LICENSE.

About

Example Java application running on CircleCI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 60.0%
  • HTML 26.1%
  • CSS 13.9%