Giter Site home page Giter Site logo

gantoin-blog's Introduction

gantoin-blog

This project can be used as a starting point to create your own Vaadin application with Spring Boot. It contains all the necessary configuration and some placeholder files to get you started.

Running the application

The project is a standard Maven project. To run it from the command line, type mvnw (Windows), or ./mvnw (Mac & Linux), then open http://localhost:8080 in your browser.

You can also import the project to your IDE of choice as you would with any Maven project. Read more on how to import Vaadin projects to different IDEs (Eclipse, IntelliJ IDEA, NetBeans, and VS Code).

Deploying to Production

To create a production build, call mvnw clean package -Pproduction (Windows), or ./mvnw clean package -Pproduction (Mac & Linux). This will build a JAR file with all the dependencies and front-end resources, ready to be deployed. The file can be found in the target folder after the build completes.

Once the JAR file is built, you can run it using java -jar target/gantoin-blog-1.0-SNAPSHOT.jar

Project structure

  • MainLayout.java in src/main/java contains the navigation setup (i.e., the side/top bar and the main menu). This setup uses App Layout.
  • views package in src/main/java contains the server-side Java views of your application.
  • views folder in frontend/ contains the client-side JavaScript views of your application.
  • themes folder in frontend/ contains the custom CSS styles.

Useful links

Deploying using Docker

To build the Dockerized version of the project, run

mvn clean package -Pproduction
docker build . -t gantoin-blog:latest

Once the Docker image is correctly built, you can test it locally using

docker run -p 8080:8080 gantoin-blog:latest

Deploy new version on Google Cloud Platform:

mvn package appengine:deploy -Pproduction -Dapp.deploy.projectId=gantoin-blog -Dapp.deploy.version=X

gantoin-blog's People

Contributors

gantoin avatar renovate[bot] avatar

Watchers

 avatar

gantoin-blog's Issues

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>whitesource/merge-confidence:beta)

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency maven-wrapper to v3.1.1
  • fix(deps): update dependency org.projectlombok:lombok to v1.18.26
  • chore(deps): update dependency maven to v3.9.0
  • chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.1
  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.14.2
  • fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.14.2
  • fix(deps): update dependency lit to v2.6.1
  • chore(deps): update dependency @rollup/plugin-replace to v5
  • chore(deps): update dependency @rollup/pluginutils to v5
  • chore(deps): update dependency glob to v8
  • chore(deps): update dependency mkdirp to v2
  • chore(deps): update dependency vite to v4
  • chore(deps): update openjdk docker tag to v17
  • fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
  • maven 3.8.6-jdk-11-slim
  • openjdk 11-jdk-slim
maven
pom.xml
  • org.springframework.boot:spring-boot-starter-parent 2.7.5
  • com.vaadin:vaadin-bom 23.3.2
  • com.vladsch.flexmark:flexmark-all 0.64.0
  • com.fasterxml.jackson.core:jackson-databind 2.11.3
  • com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.11.3
  • com.twitter:twitter-api-java-sdk 2.0.3
  • org.vaadin.addon:twitter-widgets 3.0.2
  • io.github.bonigarcia:webdrivermanager 5.1.1
  • org.projectlombok:lombok 1.18.24
  • com.google.cloud.tools:appengine-maven-plugin 2.4.4
  • com.vaadin:vaadin-maven-plugin 23.3.2
  • org.apache.maven.plugins:maven-compiler-plugin 3.8.1
  • org.apache.maven.plugins:maven-compiler-plugin 3.8.1
  • com.vaadin:vaadin-maven-plugin 23.3.2
maven-wrapper
.mvn/wrapper/maven-wrapper.properties
  • maven 3.8.4
  • maven-wrapper 3.1.0
npm
package.json
  • @polymer/iron-icon 3.0.1
  • @polymer/iron-iconset-svg 3.0.1
  • @polymer/iron-list 3.1.0
  • @polymer/iron-meta 3.0.1
  • @polymer/iron-resizable-behavior 3.0.1
  • @polymer/polymer 3.5.1
  • @vaadin/accordion 23.3.2
  • @vaadin/app-layout 23.3.2
  • @vaadin/avatar 23.3.2
  • @vaadin/avatar-group 23.3.2
  • @vaadin/bundles 23.3.2
  • @vaadin/button 23.3.2
  • @vaadin/checkbox 23.3.2
  • @vaadin/checkbox-group 23.3.2
  • @vaadin/combo-box 23.3.2
  • @vaadin/common-frontend 0.0.17
  • @vaadin/component-base 23.3.2
  • @vaadin/confirm-dialog 23.3.2
  • @vaadin/context-menu 23.3.2
  • @vaadin/custom-field 23.3.2
  • @vaadin/date-picker 23.3.2
  • @vaadin/date-time-picker 23.3.2
  • @vaadin/details 23.3.2
  • @vaadin/dialog 23.3.2
  • @vaadin/email-field 23.3.2
  • @vaadin/field-base 23.3.2
  • @vaadin/field-highlighter 23.3.2
  • @vaadin/form-layout 23.3.2
  • @vaadin/grid 23.3.2
  • @vaadin/horizontal-layout 23.3.2
  • @vaadin/icon 23.3.2
  • @vaadin/icons 23.3.2
  • @vaadin/input-container 23.3.2
  • @vaadin/integer-field 23.3.2
  • @vaadin/item 23.3.2
  • @vaadin/list-box 23.3.2
  • @vaadin/lit-renderer 23.3.2
  • @vaadin/login 23.3.2
  • @vaadin/menu-bar 23.3.2
  • @vaadin/message-input 23.3.2
  • @vaadin/message-list 23.3.2
  • @vaadin/multi-select-combo-box 23.3.2
  • @vaadin/notification 23.3.2
  • @vaadin/number-field 23.3.2
  • @vaadin/password-field 23.3.2
  • @vaadin/polymer-legacy-adapter 23.3.2
  • @vaadin/progress-bar 23.3.2
  • @vaadin/radio-group 23.3.2
  • @vaadin/router 1.7.4
  • @vaadin/scroller 23.3.2
  • @vaadin/select 23.3.2
  • @vaadin/split-layout 23.3.2
  • @vaadin/tabs 23.3.2
  • @vaadin/tabsheet 23.3.2
  • @vaadin/text-area 23.3.2
  • @vaadin/text-field 23.3.2
  • @vaadin/time-picker 23.3.2
  • @vaadin/tooltip 23.3.2
  • @vaadin/upload 23.3.2
  • @vaadin/vaadin-accordion 23.3.2
  • @vaadin/vaadin-app-layout 23.3.2
  • @vaadin/vaadin-avatar 23.3.2
  • @vaadin/vaadin-button 23.3.2
  • @vaadin/vaadin-checkbox 23.3.2
  • @vaadin/vaadin-combo-box 23.3.2
  • @vaadin/vaadin-confirm-dialog 23.3.2
  • @vaadin/vaadin-context-menu 23.3.2
  • @vaadin/vaadin-custom-field 23.3.2
  • @vaadin/vaadin-date-picker 23.3.2
  • @vaadin/vaadin-date-time-picker 23.3.2
  • @vaadin/vaadin-details 23.3.2
  • @vaadin/vaadin-development-mode-detector 2.0.5
  • @vaadin/vaadin-dialog 23.3.2
  • @vaadin/vaadin-form-layout 23.3.2
  • @vaadin/vaadin-grid 23.3.2
  • @vaadin/vaadin-icon 23.3.2
  • @vaadin/vaadin-icons 23.3.2
  • @vaadin/vaadin-item 23.3.2
  • @vaadin/vaadin-list-box 23.3.2
  • @vaadin/vaadin-list-mixin 23.3.2
  • @vaadin/vaadin-login 23.3.2
  • @vaadin/vaadin-lumo-styles 23.3.2
  • @vaadin/vaadin-material-styles 23.3.2
  • @vaadin/vaadin-menu-bar 23.3.2
  • @vaadin/vaadin-messages 23.3.2
  • @vaadin/vaadin-notification 23.3.2
  • @vaadin/vaadin-ordered-layout 23.3.2
  • @vaadin/vaadin-overlay 23.3.2
  • @vaadin/vaadin-progress-bar 23.3.2
  • @vaadin/vaadin-radio-button 23.3.2
  • @vaadin/vaadin-select 23.3.2
  • @vaadin/vaadin-split-layout 23.3.2
  • @vaadin/vaadin-tabs 23.3.2
  • @vaadin/vaadin-template-renderer 23.3.2
  • @vaadin/vaadin-text-field 23.3.2
  • @vaadin/vaadin-themable-mixin 23.3.2
  • @vaadin/vaadin-time-picker 23.3.2
  • @vaadin/vaadin-upload 23.3.2
  • @vaadin/vaadin-usage-statistics 2.1.2
  • @vaadin/vaadin-virtual-list 23.3.2
  • @vaadin/vertical-layout 23.3.2
  • @vaadin/virtual-list 23.3.2
  • construct-style-sheets-polyfill 3.1.0
  • date-fns 2.29.3
  • line-awesome 1.3.0
  • lit 2.4.1
  • @rollup/plugin-replace 3.1.0
  • @rollup/pluginutils 4.1.0
  • async 3.2.2
  • glob 7.2.3
  • mkdirp 1.0.4
  • rollup-plugin-brotli 3.1.0
  • strip-css-comments 5.0.0
  • transform-ast 2.4.4
  • typescript 4.9.3
  • vite v3.2.4
  • vite-plugin-checker 0.5.1
  • workbox-build 6.5.0
  • workbox-core 6.5.4
  • workbox-precaching 6.5.4

  • Check this box to trigger a request for Renovate to run again on this repository

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.