创建数据库表表名 tbl_account
12345create table tbl_account( id int AUTO_INCREMENT PRIMARY KEY, name varchar(10) NOT NULL, money double NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8;
框架结构
jdbc.properties 文件,配置 JDBC 连接1234jdbc.driver=com.mysql.cj.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/table_a
2025-07-010 字1 分钟
spring的学习
2025-06-2839 字1 分钟
Spring
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment