Spaces:
Sleeping
Sleeping
add favicor blank
Browse files- pom.xml +5 -5
- src/main/resources/static/favicon.ico +0 -0
pom.xml
CHANGED
|
@@ -24,6 +24,11 @@
|
|
| 24 |
</properties>
|
| 25 |
|
| 26 |
<dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
<dependency>
|
| 28 |
<groupId>org.springframework.boot</groupId>
|
| 29 |
<artifactId>spring-boot-starter-mail</artifactId>
|
|
@@ -100,11 +105,6 @@
|
|
| 100 |
<groupId>org.glassfish.web</groupId>
|
| 101 |
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
|
| 102 |
</dependency>
|
| 103 |
-
<dependency>
|
| 104 |
-
<groupId>com.mysql</groupId>
|
| 105 |
-
<artifactId>mysql-connector-j</artifactId>
|
| 106 |
-
<scope>runtime</scope>
|
| 107 |
-
</dependency>
|
| 108 |
|
| 109 |
</dependencies>
|
| 110 |
|
|
|
|
| 24 |
</properties>
|
| 25 |
|
| 26 |
<dependencies>
|
| 27 |
+
<dependency>
|
| 28 |
+
<groupId>com.mysql</groupId>
|
| 29 |
+
<artifactId>mysql-connector-j</artifactId>
|
| 30 |
+
<scope>runtime</scope>
|
| 31 |
+
</dependency>
|
| 32 |
<dependency>
|
| 33 |
<groupId>org.springframework.boot</groupId>
|
| 34 |
<artifactId>spring-boot-starter-mail</artifactId>
|
|
|
|
| 105 |
<groupId>org.glassfish.web</groupId>
|
| 106 |
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
|
| 107 |
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
|
| 109 |
</dependencies>
|
| 110 |
|
src/main/resources/static/favicon.ico
CHANGED
|
|
|
|