Skip to content

Releases: entityc/ec-springboot-lib

Improved BasicWebApp Setup

22 Dec 14:49
Compare
Choose a tag to compare
Pre-release

The setup output and prompting is improved. As well, it prints out instructions on how to bring up the micro service.

v0.10.1

09 Jul 13:34
e07e670
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0...v0.10.1

Using new install instruction operation

22 Oct 13:53
Compare
Choose a tag to compare
Pre-release

Requires v0.15.0 and above of the Entity Compiler. In this version the install instruction was changed such that it installs templates with the .eml extension. The original idea was for the installed file to have its native extension so it could be viewed in that way but the template code was interfering too much so it was not practical. It was decided that it was more important to be able to view the template code natively. The only change required for existing projects is to simply add a .eml extension the files being installed. For example, SomeSourceFile.java becomes SomeSourceFile.java.eml. The install instruction will name the resulting file SomeSourceFile.java as it did before.

Fixes and improvements

25 Mar 16:12
Compare
Choose a tag to compare
Pre-release
  • Fixes were made to the "setup" files.
  • Improved admin panel a bit.

First release as open source

06 Mar 19:06
83ca8dd
Compare
Choose a tag to compare
Pre-release

This is the first tag to consider a release although should still be considered a non-production release.