Update task to use Milestone build

Updated partitioned sample readme

Updated samples base boot version

Updated jpa sample to use jakarta
This commit is contained in:
Glenn Renfro
2022-01-25 14:17:57 -05:00
parent ff5d116898
commit c753b98a76
13 changed files with 19 additions and 19 deletions

View File

@@ -16,11 +16,11 @@
package io.spring.configuration;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import jakarta.persistence.Entity;
import jakarta.persistence.GeneratedValue;
import jakarta.persistence.GenerationType;
import jakarta.persistence.Id;
import jakarta.persistence.Table;
/**
* Entity for the id and output to be written to the data store.