Saving a selected item from one table to another
I have a program that displays diagnosis codes that can be assigned to a person. I imported a few diagnosis codes into a mssql table. Within the program all the codes display correctly. The end user would select the appropriate code and click save. Then the code is saved or updated into the diagnosis code column within the person table.
Error when loading new fxml page with a service initialized
I am learning the javafx and springboot integration and created a small program. Essentially a user can see a person’s details, click an add new button, a new fxml page loads and a user can add in a new person.
Cannot invoke “com.example.service.PersonService.save(Object)” because “this.personService” is null
I have a personal program that uses Springboot and Javafx. I’ve been trying to gain more skills in creating springboot and javafx apps. Program launches an fxml page where a person can update a person’s records, clicks save, and is then saved to an mssql database.
A column in a MSSQL table is referred to by multiple physical column names
I have a springboot project using JPA. I have several model classes and MSSQL tables within this project.