Sign inSign up

sergios/jpa_advanced_webapp

By sergios

Updated over 8 years ago

JPA advanced field handlers - @Lob & binary fields

Image
1

335

sergios/jpa_advanced_webapp repository overview

1. Introduction

This image contains a Java Webapp with JPA advanced field handlers

2. How To Run ?

Install docker locally if not already done.

pull image:

    docker pull sergios/jpa_advanced_webapp

run image:

    docker run -it --rm -p 8080:8080 sergios/jpa_advanced_webapp

Point your browser to:

    http://localhost:8080/jpaAdvancedDemo

and login as admin/passw

(user admin with password passw)

3. Content

This image is based on tomcat:8-jre8 It contains a H2 in memory RDBMS and needs 1GB Memory to run.

  • How to leverage JPA binary fields and @Lob fields
  • How to leverage JSON Schemas
  • Combine @Lob and Markdown

Tag summary

Content type

Image

Digest

Size

291.6 MB

Last updated

over 8 years ago

docker pull sergios/jpa_advanced_webapp