/edu.awieclawski.bmi

BMI calculator acc. to table (sex,age,weight,height)

Primary LanguageJava

BMI calculator with validated form

  • BigDecimal numbers.

  • display errors /min, max, notnull/.

  • interprets result after comparing with predefined tables.

Deploy war in the project directory: ```$ mvn clean package ``

Run the application using: ```$ java -jar target/bmi*.war ``

or do it by one command only in project dir.: ```$ mvn clean spring-boot:run ``

and visit at: http://localhost:8080

#maven #springboot #hibernate #jsp #jstl #bootstrap