8000 put password again, fix style in sql · jasync-sql/jasync-sql@d72b3b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit d72b3b4

Browse files
GanziDaeyongoshai
authored andcommitted
put password again, fix style in sql
1 parent 600b782 commit d72b3b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
server.port=8282
22
spring.r2dbc.url=r2dbc:mysql://localhost:3306/test
33
spring.r2dbc.username=root
4-
spring.r2dbc.password=
4+
spring.r2dbc.password=123456

samples/spring-kotlin/src/main/resources/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CREATE TABLE IF NOT EXISTS `user` (
22
`username` VARCHAR(20) NOT NULL,
3-
`password` varchar(100) NULL,
3+
`password` VARCHAR(100) NULL,
44
PRIMARY KEY (`username`)
55
);
66

0 commit comments

Comments
 (0)
0