-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainservice-dev.properties
More file actions
27 lines (23 loc) · 1.17 KB
/
mainservice-dev.properties
File metadata and controls
27 lines (23 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
spring.datasource.url=jdbc:sqlserver://localhost;databaseName=new1
spring.datasource.username=sa
spring.datasource.password=abcde12345
spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
spring.jpa.show-sql=true
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
spring.jpa.hibernate.ddl-auto = create
spring.session.store-type=jdbc
#logging.level.org.springframework.web=DEBUG,ERROR,INFO
#logging.level.com.mycompany=DEBUG,ERROR,INFO
#logging.level.com.com.inheritancewithassociation==DEBUG,ERROR,INFO
# Logging pattern for the console
#logging.pattern.console= "%d{yyyy-MM-dd HH:mm:ss} - %msg%n"
# Logging pattern for file
logging.pattern.file= "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"
logging.file=application.log
#spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
spring.session.store-type=none
second.datasource.url=jdbc:sqlserver://localhost;databaseName=new2
second.datasource.username=sa
second.datasource.password=abcde12345
second.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver