File tree Expand file tree Collapse file tree
src/main/java/com/ibm/cicsdev/springboot/link/app/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.5 /apache-maven-3.8.5 -bin.zip
17+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12 /apache-maven-3.9.12 -bin.zip
1818wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.springframework.boot</groupId >
99 <artifactId >spring-boot-starter-parent</artifactId >
10- springb <version >3.5.9</version >
10+ <version >3.5.9</version >
1111 <relativePath />
1212 </parent >
1313
Original file line number Diff line number Diff line change 77
88import java .util .Calendar ;
99
10- import javax .validation .constraints .NotEmpty ;
10+ import jakarta .validation .constraints .NotEmpty ;
1111
12- public class Message
12+ public class Message
1313{
1414 private Long id ;
1515
Original file line number Diff line number Diff line change 44
55package com .ibm .cicsdev .springboot .link .app .ui .mvc ;
66
7- import javax .validation .Valid ;
7+ import jakarta .validation .Valid ;
88
99import org .springframework .stereotype .Controller ;
1010import org .springframework .validation .BindingResult ;
You can’t perform that action at this time.
0 commit comments