All Projects → CircleCI-Public → Circleci Demo Java Spring

CircleCI-Public / Circleci Demo Java Spring

Licence: mit
Example Java application running on CircleCI

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Circleci Demo Java Spring

Mi Firmware Updater
Auto generates Xiaomi firmware flashable zip files every MIUI new update
Stars: ✭ 322 (+570.83%)
Mutual labels:  circleci
Salus
Security scanner coordinator
Stars: ✭ 441 (+818.75%)
Mutual labels:  circleci
Angular Github Issues
This repository searches github for repositories, issues, and users. It is written in Angular 10 and is using ngrx/store for state.
Stars: ✭ 18 (-62.5%)
Mutual labels:  circleci
Shop
🛍🛒 Full-stack React/Prisma/TS/GraphQL E-Commerce Example
Stars: ✭ 359 (+647.92%)
Mutual labels:  circleci
Circleci Images
Scripts to generate images for building projects on CircleCI 2.0
Stars: ✭ 397 (+727.08%)
Mutual labels:  circleci
Cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
Stars: ✭ 620 (+1191.67%)
Mutual labels:  circleci
Squanchy Android
Open source Android app for your conferences
Stars: ✭ 294 (+512.5%)
Mutual labels:  circleci
Aliyungradleconfig
自用的安卓开源项目工程模板。阿里云远程仓库加速,发布到maven仓库、上传到jcenter,代码混淆、资源混淆,持续集成(CI),多渠道自动打包。在天朝使用jcenter、mavenCentral及google三个远程仓库,Gradle Sync太慢?一招教你配置阿里云镜像源。init.d/init.gradle
Stars: ✭ 37 (-22.92%)
Mutual labels:  circleci
Koa Rest Api Boilerplate
💯 Boilerplate for Node.js Koa RESTful API application with Docker, Swagger, Jest, CodeCov and CircleCI
Stars: ✭ 420 (+775%)
Mutual labels:  circleci
Cargo Make
Rust task runner and build tool.
Stars: ✭ 895 (+1764.58%)
Mutual labels:  circleci
Threatmapper
Identify vulnerabilities in running containers, images, hosts and repositories
Stars: ✭ 361 (+652.08%)
Mutual labels:  circleci
Circleci Dockerfiles
Dockerfiles for CircleCI's convenience images, built via https://github.com/circleci/circleci-images
Stars: ✭ 370 (+670.83%)
Mutual labels:  circleci
Awesome bot
✅ Validate links in awesome projects
Stars: ✭ 697 (+1352.08%)
Mutual labels:  circleci
Tfnotify
A CLI command to parse Terraform execution result and notify it to GitHub
Stars: ✭ 353 (+635.42%)
Mutual labels:  circleci
Zemeroth
😠⚔️😈 A minimalistic 2D turn-based tactical game in Rust
Stars: ✭ 940 (+1858.33%)
Mutual labels:  circleci
Circleci Cli
Use CircleCI from the command line
Stars: ✭ 297 (+518.75%)
Mutual labels:  circleci
Circleci Docs
Documentation for CircleCI.
Stars: ✭ 501 (+943.75%)
Mutual labels:  circleci
Chalk
Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
Stars: ✭ 987 (+1956.25%)
Mutual labels:  circleci
Condition Circle
Checks CircleCI environment before publishing successful build using semantic-release
Stars: ✭ 32 (-33.33%)
Mutual labels:  circleci
Circlecisample
Stars: ✭ 5 (-89.58%)
Mutual labels:  circleci

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.

If you are coming here form the Java Language Guide please follow along at this revision before major changes began to take place.

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

You can follow along with this project by reading the documentation. An older version of this sample project that uses Maven is accessible here though it is no longer being actively maintained.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].