springboot init

springboot init
上级 fb15e2b0

要显示的变更太多。

To preserve performance only 1000 of 1000+ files are displayed.
......@@ -8,8 +8,8 @@ defaultTasks "clean", "build"
ext {
jackson2Version = "2.9.8"
log4jVersion = "2.12.0"
springVersion = "5.1.8.RELEASE"
springBootVersion = "2.1.6.RELEASE"
springVersion = "5.1.9.RELEASE"
springBootVersion = "2.1.7.RELEASE"
springSecurityVersion= "5.1.5.RELEASE"
hibernateVersion = "5.4.2.Final"
slf4jVersion = "1.7.26"
......
......@@ -8,9 +8,20 @@ org.eclipse.jdt.core.circularClasspath=warning
org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=error
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
org.eclipse.jdt.core.incompatibleJDKLevel=ignore
org.eclipse.jdt.core.incompleteClasspath=error
......@@ -12,6 +12,7 @@
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="static"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer">
......
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="maxkey-web-manage">
<property name="context-root" value="maxkey-mgt"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/java"/>
<wb-resource deploy-path="/" source-path="src/main/webapp"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/static"/>
<dependent-module deploy-path="/WEB-INF/lib" handle="module:/resource/maxkey-core/maxkey-core">
<dependency-type>uses</dependency-type>
</dependent-module>
......
......@@ -11,212 +11,6 @@ body{
font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
}
.header {
display: block;
height: 65px;
width: 100%;
position: fixed;
padding: 0;
z-index: 1040;
background-color: #fff;
border-bottom: 1px solid #e9eaec;
margin-bottom: 0;
transition: all .2s ease;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
}
.swlink {
text-indent: -9999px;
height: 0;
line-height: 0;
font-size: 0;
overflow: hidden;
}
header .header-container .nav-left>li, .header .header-container .nav-right>li {
float: left;
}
.search-box {
margin-right: 20px;
position: relative;
}
.header .header-container .nav-logo {
float: left;
padding-left: 40px;
padding-top: 8px;
}
.header .header-container .nav-left {
float: left;
}
.header .header-container .nav-left, .header .header-container .nav-right {
position: relative;
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.header .header-container .nav-right {
float: right;
margin-right: 30px;
}
.header .header-container .nav-left, .header .header-container .nav-right {
position: relative;
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.header .header-container .nav-left>li>a i, .header .header-container .nav-right>li>a i {
font-size: 18px;
vertical-align: middle;
color: #fff;
border-radius: 50%;
border: 1px solid #f1f1f1;
padding: 8px;
color: #999;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
}
.sidenav-fold-toggler{
}
[class^=lni-], [class*=" lni-"] {
font-family: lineicons!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.side-nav-dark .side-nav {
background-color: #212529;
color: #99abb4;
}
.side-nav {
width: 250px;
background-color: #fff;
z-index: 1000;
top: 65px;
bottom: 0;
position: fixed;
overflow-y: auto;
transition: all .2s ease;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
}
.side-nav-folded .side-nav {
width: 1px;
padding-right: 1px;
padding-left: 1px;
}
@media only screen and (min-width:992px) {
.side-nav-folded .page-container {
padding-left: 0px
}
}
@media only screen and (max-width:992px) {
.side-nav-folded .page-container {
padding-left: 0
}
}
.page-container {
min-height: 100vh;
padding-left: 250px;
transition: all .2s ease;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
}
.page-container .main-content {
padding: calc(50px + 35px) 15px 15px;
min-height: calc(100vh - 65px);
background: #e6e8ea;
width: 100%;
flex-grow: 1;
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
background-color: #f5f5f5;
}
.breadcrumb-wrapper h4 {
color: #515365;
font-weight: 500;
margin-top: 6px;
font-size: 18px;
}
.breadcrumb-wrapper .breadcrumb {
margin-bottom: 0;
padding: 0;
background: 0 0;
}
.breadcrumb-wrapper {
margin-bottom: 20px;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.breadcrumb-wrapper .breadcrumb li {
display: inline-block;
font-size: 14px;
font-weight: 400;
margin-left: 3px;
}
.breadcrumb-wrapper .breadcrumb li a {
text-decoration: none;
color: #8a8a8a;
cursor: pointer;
}
.breadcrumb-wrapper .breadcrumb .active {
color: #e22a6f;
}
.content-footer .footer {
padding: 20px 0;
font-size: 14px;
border-top: 1px solid #e9eaec;
}
.wrapper-page {
margin: 7.5% auto;
position: relative;
}
.card-header .card-title {
margin-bottom: 0;
display: inline-block;
}
.form_title_bar{
width: 100%;
height: 36px;
......@@ -263,6 +57,13 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li {
/*border-top: 1px solid #e5e5e5;*/
}
.container {
width: 990px;
margin-left: auto;
margin-right: auto;
padding: 0 10px
}
#mainFrame{
margin-top: 0px;
margin-left: auto;
......@@ -435,4 +236,3 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li {
}
......@@ -3,7 +3,12 @@
cellspacing:0;
}
.login_form_table{
width:358px;
border:0;
}
#j_username,#j_password,#tfa_j_username,#tfa_j_password,#currentTime{
width :230px;
font-size: 14px;
font-weight: bold;
}
......@@ -29,7 +34,7 @@
}
#j_captchaimg{
width:100px;
width:70px;
height: 33px;
vertical-align: top;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册