Project

General

Profile

« Previous | Next » 

Revision 57531

new authentication

View differences:

pom.xml
66 66
			<artifactId>spring-boot-starter-web</artifactId>
67 67
		</dependency>
68 68
		<dependency>
69
            <groupId>org.springframework.boot</groupId>
70
            <artifactId>spring-boot-starter-thymeleaf</artifactId>
71
        </dependency>
72
		<dependency>
69 73
			<groupId>org.springframework.boot</groupId>
70 74
			<artifactId>spring-boot-starter-data-jpa</artifactId>
71 75
		</dependency>
......
78 82
			<artifactId>spring-boot-starter-security</artifactId>
79 83
		</dependency>
80 84
		<dependency>
85
            <groupId>org.thymeleaf.extras</groupId>
86
            <artifactId>thymeleaf-extras-springsecurity4</artifactId>
87
        </dependency>
88
		<dependency>
81 89
			<groupId>org.postgresql</groupId>
82 90
			<artifactId>postgresql</artifactId>
83 91
		</dependency>
......
86 94
			<artifactId>hibernate-types-52</artifactId>
87 95
			<version>2.3.5</version>
88 96
		</dependency>
97
		 <!-- hot swapping, disable cache for template, enable live reload -->
98
        <dependency>
99
            <groupId>org.springframework.boot</groupId>
100
            <artifactId>spring-boot-devtools</artifactId>
101
            <optional>true</optional>
102
        </dependency>
89 103

  
90 104
		<!-- Utils -->
91 105
		<dependency>

Also available in: Unified diff