Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

pine/izetta-v2

Repository files navigation

izetta

CircleCI codecov

Requirements

  • JDK 11 or later

Libraries

  • Spring Boot 2.x

Getting started

$ cp app/src/main/resources/application-sample.yml app/src/main/resources/application-local.yml
$ vim app/src/main/resources/application-local.yml

$ ./gradlew :app:bootRun

Development

JDK

For macOS users.

$ brew tap adoptopenjdk/openjdk
$ brew cask install adoptopenjdk11

Deployment

$ heroku apps:create your-app
$ heroku config:set SPRING_PROFILES_ACTIVE=prod
$ heroku config:set TZ=Asia/Tokyo
$ heroku config:set 'JAVA_OPTS=-XX:+UseStringDeduplication'

# Deploy JAR file
$ ./gradlew clean :app:bootJar
$ heroku plugins:install java
$ heroku deploy:jar --jar app/build/libs/app.jar --jdk 11

See also

License

MIT © Pine Mizune

About

🌿 Keep your lawn grasses lush green forever V2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors