Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomoncle/spring-boot-config-samples
spring-boot-config tests and samples.
https://github.com/tomoncle/spring-boot-config-samples
apache2 maven maven-plugin samples spring-boot-config springboot
Last synced: 5 days ago
JSON representation
spring-boot-config tests and samples.
- Host: GitHub
- URL: https://github.com/tomoncle/spring-boot-config-samples
- Owner: tomoncle
- License: apache-2.0
- Created: 2019-05-14T12:48:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T00:18:26.000Z (6 months ago)
- Last Synced: 2024-05-22T01:29:25.458Z (6 months ago)
- Topics: apache2, maven, maven-plugin, samples, spring-boot-config, springboot
- Language: Java
- Size: 376 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-config-samples
[![Build Status](https://travis-ci.org/tomoncle/spring-boot-config-samples.svg?branch=master)][travis] ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/tomoncle/spring-boot-config-samples.svg) ![GitHub repo size](https://img.shields.io/github/repo-size/tomoncle/spring-boot-config-samples.svg?color=green&logoColor=green) ![GitHub top language](https://img.shields.io/github/languages/top/tomoncle/spring-boot-config-samples.svg?color=yes) ![GitHub issues](https://img.shields.io/github/issues/tomoncle/spring-boot-config-samples.svg) ![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)
spring-boot-config tests and samples.
* running
* `tomcat-*` is jar run : inherit tomcat container, start with `$ java -jar tomcat-*.jar`
* `web-*` is war run : Need external `Tomcat` container start project* default config
* **jar run** : default resource location is `static`, `public`, `resources`, `/META-INF/resources/`
* **war run** : you can auto config the location, as `spring.mvc.view.prefix=/WEB-INF/jsp/`
[travis]: https://travis-ci.org/tomoncle/spring-boot-config-samples