Skip to content

Commit 5c7d73f

Browse files
committed
Updated Documentation
1 parent 82a0c0d commit 5c7d73f

File tree

5 files changed

+58
-58
lines changed

5 files changed

+58
-58
lines changed
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
spring.session.store-type=jdbc
2-
spring.datasource.url=jdbc:postgresql://localhost:5432/simpleworklist
3-
spring.datasource.username=simpleworklist
4-
spring.datasource.password=simpleworklistpwd
5-
spring.datasource.driver-class-name=org.postgresql.Driver
6-
spring.jpa.hibernate.ddl-auto=create-drop
7-
#spring.jpa.hibernate.ddl-auto=update
8-
spring.jpa.show-sql=true
9-
spring.jpa.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
10-
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
11-
spring.thymeleaf.cache=false
12-
13-
org.woehlke.simpleworklist.user.strengthBCryptPasswordEncoder=10
14-
15-
org.woehlke.simpleworklist.mail.host=********
16-
org.woehlke.simpleworklist.mail.port=465
17-
org.woehlke.simpleworklist.mail.username=********
18-
org.woehlke.simpleworklist.mail.password=********
19-
org.woehlke.simpleworklist.mail.smtp.auth=true
20-
org.woehlke.simpleworklist.mail.smtp.sslEnable=true
21-
org.woehlke.simpleworklist.mail.smtp.socketFactoryPort=465
22-
org.woehlke.simpleworklist.mail.smtp.socketFactoryClass=javax.net.ssl.SSLSocketFactory
23-
24-
org.woehlke.simpleworklist.mvc.controllerPageSize=10
25-
26-
org.woehlke.simpleworklist.registration.maxRetries=5
27-
org.woehlke.simpleworklist.registration.ttlEmailVerificationRequest=86400000
28-
org.woehlke.simpleworklist.registration.urlHost=localhost:8080
29-
org.woehlke.simpleworklist.registration.mailFrom=********
1+
spring.session.store-type=jdbc
2+
spring.datasource.url=jdbc:postgresql://localhost:5432/simpleworklist
3+
spring.datasource.username=simpleworklist
4+
spring.datasource.password=simpleworklistpwd
5+
spring.datasource.driver-class-name=org.postgresql.Driver
6+
spring.jpa.hibernate.ddl-auto=create-drop
7+
#spring.jpa.hibernate.ddl-auto=update
8+
spring.jpa.show-sql=true
9+
spring.jpa.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
10+
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
11+
spring.thymeleaf.cache=false
12+
13+
org.woehlke.simpleworklist.user.strengthBCryptPasswordEncoder=10
14+
15+
org.woehlke.simpleworklist.mail.host=********
16+
org.woehlke.simpleworklist.mail.port=465
17+
org.woehlke.simpleworklist.mail.username=********
18+
org.woehlke.simpleworklist.mail.password=********
19+
org.woehlke.simpleworklist.mail.smtp.auth=true
20+
org.woehlke.simpleworklist.mail.smtp.sslEnable=true
21+
org.woehlke.simpleworklist.mail.smtp.socketFactoryPort=465
22+
org.woehlke.simpleworklist.mail.smtp.socketFactoryClass=javax.net.ssl.SSLSocketFactory
23+
24+
org.woehlke.simpleworklist.mvc.controllerPageSize=10
25+
26+
org.woehlke.simpleworklist.registration.maxRetries=5
27+
org.woehlke.simpleworklist.registration.ttlEmailVerificationRequest=86400000
28+
org.woehlke.simpleworklist.registration.urlHost=localhost:8080
29+
org.woehlke.simpleworklist.registration.mailFrom=********
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
spring.session.store-type=jdbc
2-
spring.datasource.url=jdbc:postgresql://localhost:5432/simpleworklisttest
3-
spring.datasource.username=simpleworklist
4-
spring.datasource.password=simpleworklistpwd
5-
spring.datasource.driver-class-name=org.postgresql.Driver
6-
spring.jpa.hibernate.ddl-auto=create-drop
7-
#spring.jpa.hibernate.ddl-auto=update
8-
spring.jpa.show-sql=true
9-
spring.jpa.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
10-
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
11-
spring.thymeleaf.cache=false
12-
13-
org.woehlke.simpleworklist.user.strengthBCryptPasswordEncoder=10
14-
15-
org.woehlke.simpleworklist.mail.host=********
16-
org.woehlke.simpleworklist.mail.port=465
17-
org.woehlke.simpleworklist.mail.username=********
18-
org.woehlke.simpleworklist.mail.password=********
19-
org.woehlke.simpleworklist.mail.smtp.auth=true
20-
org.woehlke.simpleworklist.mail.smtp.sslEnable=true
21-
org.woehlke.simpleworklist.mail.smtp.socketFactoryPort=465
22-
org.woehlke.simpleworklist.mail.smtp.socketFactoryClass=javax.net.ssl.SSLSocketFactory
23-
24-
org.woehlke.simpleworklist.mvc.controllerPageSize=10
25-
26-
org.woehlke.simpleworklist.registration.maxRetries=5
27-
org.woehlke.simpleworklist.registration.ttlEmailVerificationRequest=86400000
28-
org.woehlke.simpleworklist.registration.urlHost=localhost:8080
29-
org.woehlke.simpleworklist.registration.mailFrom=********
1+
spring.session.store-type=jdbc
2+
spring.datasource.url=jdbc:postgresql://localhost:5432/simpleworklisttest
3+
spring.datasource.username=simpleworklist
4+
spring.datasource.password=simpleworklistpwd
5+
spring.datasource.driver-class-name=org.postgresql.Driver
6+
spring.jpa.hibernate.ddl-auto=create-drop
7+
#spring.jpa.hibernate.ddl-auto=update
8+
spring.jpa.show-sql=true
9+
spring.jpa.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
10+
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
11+
spring.thymeleaf.cache=false
12+
13+
org.woehlke.simpleworklist.user.strengthBCryptPasswordEncoder=10
14+
15+
org.woehlke.simpleworklist.mail.host=********
16+
org.woehlke.simpleworklist.mail.port=465
17+
org.woehlke.simpleworklist.mail.username=********
18+
org.woehlke.simpleworklist.mail.password=********
19+
org.woehlke.simpleworklist.mail.smtp.auth=true
20+
org.woehlke.simpleworklist.mail.smtp.sslEnable=true
21+
org.woehlke.simpleworklist.mail.smtp.socketFactoryPort=465
22+
org.woehlke.simpleworklist.mail.smtp.socketFactoryClass=javax.net.ssl.SSLSocketFactory
23+
24+
org.woehlke.simpleworklist.mvc.controllerPageSize=10
25+
26+
org.woehlke.simpleworklist.registration.maxRetries=5
27+
org.woehlke.simpleworklist.registration.ttlEmailVerificationRequest=86400000
28+
org.woehlke.simpleworklist.registration.urlHost=localhost:8080
29+
org.woehlke.simpleworklist.registration.mailFrom=********

0 commit comments

Comments
 (0)