Added Signup and JWT Login
This commit is contained in:
@@ -3,6 +3,8 @@ spring.application.name=skycrateBackend
|
||||
spring.servlet.multipart.max-file-size=1000MB
|
||||
spring.servlet.multipart.max-request-size=1000MB
|
||||
|
||||
security.jwt.secret-key=3cfa76ef14937c1c0ea519f8fc057a80fcd04a7420f8e8bcd0a7567c272e007b
|
||||
security.jwt.expiration-time=3600000
|
||||
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
||||
spring.datasource.username=kshitij
|
||||
@@ -12,3 +14,29 @@ spring.datasource.url=jdbc:mysql://192.168.29.55:3306/skycrate
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.properties.hibernate.format_sql=true
|
||||
spring.jpa.open-in-view=false
|
||||
logging.level.org.springframework.security.config.annotation.authentication.configuration.InitializeUserDetailsBeanManagerConfigurer=ERROR
|
||||
|
||||
server.port=8081
|
||||
|
||||
|
||||
|
||||
|
||||
# spring.application.name=skycrateBackend
|
||||
|
||||
# spring.servlet.multipart.max-file-size=1000MB
|
||||
# spring.servlet.multipart.max-request-size=1000MB
|
||||
|
||||
# security.jwt.secret-key=3cfa76ef14937c1c0ea519f8fc057a80fcd04a7420f8e8bcd0a7567c272e007b
|
||||
# security.jwt.expiration-time=3600000
|
||||
|
||||
# spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
||||
# spring.datasource.username=root
|
||||
# spring.datasource.password=sqlsys
|
||||
# spring.datasource.url=jdbc:mysql://localhost:3306/skycrate
|
||||
|
||||
# spring.jpa.hibernate.ddl-auto=update
|
||||
# spring.jpa.show-sql=true
|
||||
# spring.jpa.properties.hibernate.format_sql=true
|
||||
|
||||
# server.port=8081
|
||||
|
||||
Reference in New Issue
Block a user