-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwarn.html
More file actions
72 lines (65 loc) · 2.4 KB
/
warn.html
File metadata and controls
72 lines (65 loc) · 2.4 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<html lang="en">
<head>
<title>Avaje</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro|Ubuntu|Andika&display=swap">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.4/css/all.css"
integrity="sha384-EUDN3j9sKZiOEQw/t802+00Fzk16xfH6dAEEzoUWWWDrTFWO8qF1KdmiRQM6ir9m"
crossorigin="anonymous">
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/site.css">
<link rel="stylesheet" href="/css/pygments.css">
</head>
<body>
<div class="container">
<aside id="sidenav">
<nav class="side scroll">
<ul>
<li><a href="#deps">Dependency</a>
</li>
<li><a href="#serviceProvider">@ServiceProvider</a>
</li>
<li><a href="#service">@Service</a>
</li>
<li><a href="#plugin">Provides Maven Plugin</a>
<ul>
<li><a href="#goals">Goals</a></li>
</ul>
</li>
</ul>
<p> </p>
</nav>
</aside>
<article id="main-content">
<header>
<nav id="top">
<div class="breadcrumb"><a href="/">avaje</a><span class="sep"> / </span><span class="last">spi-service</span></div>
<ul>
<li><a href="/" title="home"><i class="fas fa-home"></i></a></li>
<li><a href="https://discord.gg/Qcqf9R27BR" title="discord server"><i class="fab fa-discord"></i></a></li>
<li><a href="https://github.com/avaje/avaje-spi-service" title="github source"><i class="fab fa-github"></i></a></li>
<li><a onclick="toggleTheme();" title="switch dark light theme"><i class="fas fa-adjust"></i></a></li>
</ul>
</nav>
</header>
<h2 id="props">avaje-config props.file</h2><hr/>
<p>
avaje-config has deprecated the use of <code>props.file</code> system property.
</p>
<p>
<b>Action:</b> Change to use <code>config.file</code> system property.
</p>
<p><br><br><br><br><br><br></p>
</article>
</div>
<script src="https://code.jquery.com/jquery-3.7.1.slim.min.js"
integrity="sha384-5AkRS45j4ukf+JbWAfHL8P4onPA9p0KwwP7pUdjSQA3ss9edbJUJc/XcYAiheSSz"
crossorigin="anonymous"></script>
<script src="/js/site.js"></script>
</body>
</html>