Implement Sign Up without Security
This commit is contained in:
18
src/main/resources/application.yml
Normal file
18
src/main/resources/application.yml
Normal 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
|
||||
Reference in New Issue
Block a user