Skip to content

Commit

Permalink
chore: clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Jan 28, 2025
1 parent bec383c commit 8e3e420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mvc-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- API and frameworks -->
<jakartaee-api.version>11.0.0-M4</jakartaee-api.version>
<spring-framework.version>7.0.0-M1</spring-framework.version>
<spring-data.version>2025.0.1-M1</spring-data.version>
<spring-data.version>2025.1.0-M1</spring-data.version>
<spring-security.version>6.5.0-M1</spring-security.version>
<postgresql.version>42.7.5</postgresql.version>
<reactor.version>2024.0.2</reactor.version>
Expand Down
2 changes: 1 addition & 1 deletion mvc-freemarker/src/main/resources/data.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-- initialize the sample data.
DELETE FROM posts;
INSERT INTO posts (title, content) VALUES ('Spring 6 and Jdbc', 'Review the Jdbc features in Spring framework 6.0');
INSERT INTO posts (title, content) VALUES ('What is new in Spring 7', 'Review the changes in Spring framework 7.0');

0 comments on commit 8e3e420

Please sign in to comment.