File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1818 groupId : @project.groupId@
1919 name : @project.name@
2020 version : @project.version@
21- logging :
22- file : test/twitterwall.log.txt
2321management :
2422 address : 127.0.0.1
2523 context-path : " /manage"
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ endpoints:
44 endpoints :
55 shutdown :
66 enabled : true
7+ logging :
8+ file : test/twitterwall.log.txt
79# hibernate:
810 # dialect: org.hibernate.dialect.H2Dialect
911management :
Original file line number Diff line number Diff line change 1212 </fileset >
1313 </configuration >
1414 </facet >
15+ <facet type =" jpa" name =" JPA" >
16+ <configuration >
17+ <setting name =" validation-enabled" value =" true" />
18+ <setting name =" provider-name" value =" Hibernate" />
19+ <datasource-mapping />
20+ </configuration >
21+ </facet >
1522 </component >
1623 <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_8" >
1724 <output url =" file://$MODULE_DIR$/target/classes" />
2532 </content >
2633 <orderEntry type =" inheritedJdk" />
2734 <orderEntry type =" sourceFolder" forTests =" false" />
35+ <orderEntry type =" library" name =" org.thymeleaf:thymeleaf:Release" level =" project" />
36+ <orderEntry type =" library" name =" org.thymeleaf.extras:thymeleaf-extras-conditionalcomments:Release" level =" project" />
37+ <orderEntry type =" library" name =" org.thymeleaf.extras:thymeleaf-extras-tiles2:Release" level =" project" />
38+ <orderEntry type =" library" name =" org.thymeleaf.extras:thymeleaf-extras-java8time:Release" level =" project" />
39+ <orderEntry type =" library" name =" org.thymeleaf:thymeleaf-testing:Release" level =" project" />
40+ <orderEntry type =" library" name =" org.thymeleaf.extras:thymeleaf-extras-springsecurity4:Release" level =" project" />
41+ <orderEntry type =" library" name =" org.thymeleaf:thymeleaf-spring4:Release" level =" project" />
2842 <orderEntry type =" library" name =" Maven: org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE" level =" project" />
2943 <orderEntry type =" library" name =" Maven: org.springframework.boot:spring-boot-starter:1.5.6.RELEASE" level =" project" />
3044 <orderEntry type =" library" name =" Maven: org.springframework.boot:spring-boot:1.5.6.RELEASE" level =" project" />
You can’t perform that action at this time.
0 commit comments