GithubHelp home page GithubHelp logo

bellmit / ap_itemreportjob Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smarterapp/ap_itemreportjob

0.0 0.0 0.0 398 KB

Item Report Job

License: Other

XSLT 14.05% Shell 0.92% Java 84.16% FreeMarker 0.58% Dockerfile 0.29%

ap_itemreportjob's Introduction

ap-ivs

Scheduled job generating a item reports.

Technologies

  • Spring Boot
  • Spring Dev Tools
  • Gradle

Installing Gradle separately is not required. It is recommended to use the Gradle Wrapper.

Build Commands

Build: ./gradlew clean build

Build skip tests: ./gradlew clean build -x test

Run: ./gradlew bootRun

Developer

Developers should use the alias gw as it starts the Gradle daemon and is easy to type.

Build: ./gw clean build

Build skip tests: ./gw clean build -x test

Run: ./gw bootRun

application.yml

Spring Boot applications utilize the file application.yml. It defines the configuration for the application.

The classpath application.yml located at src/main/resources defines static configuration that is constant across all environments.

Located in the application root is application.yml. It defines the configuration for development only. This file is automatically picked up by Spring Boot when the application is executed from the root of the project. This file is not included in the built JAR.

IDE

Intellij is the recommended IDE. Spring Tool Suite is another option as it has great support for Spring Boot applications.

Keep in mind with Intellij you will need to set the 'Working Directory' in the run configuration to the root of the project so the development application.yml is picked up.

ap_itemreportjob's People

Contributors

fairway-system avatar teslaca avatar alex-ponce avatar millerts avatar angelfsl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.