Implement Sign Up without Security

This commit is contained in:
hou27
2022-05-18 00:02:49 +09:00
commit 1dbd823b2a
20 changed files with 825 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
server:
port: 3000
spring:
datasource:
url: jdbc:h2:tcp://localhost/~/demoapi
driver-class-name: org.h2.Driver
username: sa
jpa:
show-sql: true
hibernate:
ddl-auto: none
mvc:
servlet:
load-on-startup: 1
security:
user:
name: test
password: tester