Skip to content

Commit 122ff5b

Browse files
working on #228, working on #225, working on #42, working on #230
1 parent e5d7c67 commit 122ff5b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ info:
1818
groupId: @project.groupId@
1919
name: @project.name@
2020
version: @project.version@
21-
logging:
22-
file: test/twitterwall.log.txt
2321
management:
2422
address: 127.0.0.1
2523
context-path: "/manage"

src/test/resources/application-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
911
management:

twitterwall2.iml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
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" />
@@ -25,6 +32,13 @@
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" />

0 commit comments

Comments
 (0)