forked from HubPress/hubpress.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (179 loc) · 8.93 KB
/
index.html
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Pan's Learning Notes</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Pan's Learning Notes">
<meta name="twitter:description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="Pan's Learning Notes">
<meta property="og:description" content="">
<!-- <meta name="twitter:site" content="">
<meta name="twitter:creator" content="">
<meta name="google-site-verification" content="">
<meta property="fb:admins" content="">
-->
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon">
<link href="//fonts.googleapis.com/" rel="dns-prefetch">
<link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400&subset=latin,latin-ext" rel="stylesheet">
<link rel="stylesheet" href="//kwpale.github.io/themes/ghostium/assets/css/main.min.css?v=1503594357943"/>
<link rel="stylesheet" href="//kwpale.github.io/themes/ghostium/assets/css/custom.css?v=1503594357943"/>
<link rel="stylesheet" href="//kwpale.github.io/themes/ghostium/assets/css/asciidoctor-foundation.css?v=1503594357943"/>
<script type="text/javascript">
var ga_ua = 'UA-XXXXX-X';
var disqus_shortname = 'example';
var enable_pjax = true;
// Pace Options
// ==============
window.paceOptions = {
catchupTime: 100,
minTime: 100,
elements: false,
restartOnRequestAfter: 500,
startOnPageLoad: false
}
// Ghostium Globals
// ==============
window.GHOSTIUM = {};
GHOSTIUM.haveGA = typeof ga_ua !== 'undefined' && ga_ua !== 'UA-XXXXX-X';
GHOSTIUM.haveDisqus = typeof disqus_shortname !== 'undefined' && disqus_shortname !== 'example';
GHOSTIUM.enablePjax = typeof enable_pjax !== 'undefined' ? enable_pjax : true;
</script>
<script src="//kwpale.github.io/themes/ghostium/assets/js/head-scripts.min.js?v=1503594357943"></script>
<link rel="canonical" href="https://kwpale.github.io/" />
<meta name="referrer" content="origin" />
<meta property="og:site_name" content="Pan's Learning Notes" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Pan's Learning Notes" />
<meta property="og:url" content="https://kwpale.github.io/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Pan's Learning Notes" />
<meta name="twitter:url" content="https://kwpale.github.io/" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Website",
"publisher": "Pan's Learning Notes",
"url": "https://kwpale.github.io/"
}
</script>
<meta name="generator" content="HubPress" />
<link rel="alternate" type="application/rss+xml" title="Pan's Learning Notes" href="https://kwpale.github.io/rss/" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/atom-one-dark.min.css">
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
</head>
<body class="home-template">
<button data-action="open-drawer" id="drawer-button" class="drawer-button"><i class="fa fa-bars"></i></button>
<nav tabindex="-1" class="drawer">
<div class="drawer-container">
<!--.drawer-search(role="search")-->
<ul role="navigation" class="drawer-list">
<li class="drawer-list-item">
<a href="https://kwpale.github.io" data-pjax>
<i class="fa fa-home"></i>Home
</a>
</li>
<!-- <li class="drawer-list-item">
<a href="https://kwpale.github.io" title="Pan's Learning Notes" data-pjax>
<i class="fa fa-list-alt"></i>All posts
</a>
</li> -->
<li class="drawer-list-item">
<a href="https://kwpale.github.io/rss/">
<i class="fa fa-rss"></i>Subscribe to Feed
</a>
</li>
<li class="drawer-list-divider"></li>
<li class="drawer-list-item drawer-list-title">
Follow me
</li>
</ul>
</div>
</nav>
<div class="drawer-overlay"></div>
<main id="container" role="main" class="container">
<div class="surface">
<div class="surface-container">
<div data-pjax-container class="content">
<aside role="banner" class="cover">
<div class="cover-image"></div>
<div class="cover-container">
<h1 class="cover-title"><a href="https://kwpale.github.io" title="Pan's Learning Notes">Pan's Learning Notes</a></h1>
<p class="cover-description">Just want to record what I find useful.</p>
</div>
</aside>
<section class="wrapper" tabindex="0">
<div class="wrapper-container">
Pan's Learning Notes
<section class="post-list">
<article itemscope itemtype="http://schema.org/BlogPosting"
role="article" class="post-item post tag-Spring tag-Logging">
<header class="post-item-header">
<h2 itemprop="name" class="post-item-title">
<a href="https://kwpale.github.io/2017/08/25/Using-slf4j-and-log4j2-with-gradle-in-Spring.html" itemprop="url" data-pjax title="Using slf4j and log4j2 with gradle in Spring">
Using slf4j and log4j2 with gradle in Spring
</a>
</h2>
</header>
<section itemprop="description" class="post-item-excerpt">
<p>Official Reference: https://docs.spring.io/spring/docs/current/spring-framework-reference/html/overview.html#overview-logging Step 1. First, tell dependency manager not to use Jakarta Commons Logging (JCL) by adding: build.gradle configurations…</p>
</section>
<footer class="post-item-footer">
<ul class="post-item-meta-list">
<li class="post-item-meta-item">
<time datetime="2017-08-25" itemprop="datePublished">
an hour ago
</time>
</li>
<li class="post-item-meta-item">
<span class="tags"><i class="fa fa-tags"></i>
<span>
<a href="https://kwpale.github.io/tag/Spring/">Spring</a>, <a href="https://kwpale.github.io/tag/Logging/">Logging</a></span>
</span>
</li>
<li class="post-item-meta-item">
<a href="https://kwpale.github.io/2017/08/25/Using-slf4j-and-log4j2-with-gradle-in-Spring.html#disqus_thread" data-pjax data-disqus-identifier="">Comments</a>
</li>
</ul>
</footer>
</article>
</section>
<nav role="pagination" class="post-list-pagination">
<span class="post-list-pagination-item post-list-pagination-item-current">Page 1 of 1</span>
</nav>
<footer role="contentinfo" class="footer">
<p><small>Copyright © <span itemprop="copyrightHolder">Pan's Learning Notes</span>. 2017. All Rights Reserved.</small></p>
<p><small><a href="http://ghostium.oswaldoacauan.com/" target="_blank">Ghostium Theme</a> by <a href="http://twitter.com/oswaldoacauan" target="_blank">@oswaldoacauan</a></small></p>
<p><small>Adapted by <a href="https://twitter.com/mgreau">Maxime Gréau</a></small></p>
<p><small>Published with <a href="http://hubpress.io">HubPress</a></small></p>
</footer>
</div>
</section>
</div>
</div>
</div>
</main>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script src="//kwpale.github.io/themes/ghostium/assets/js/foot-scripts.min.js?v=1503594357943"></script>
</body>
</html>