Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
QLNS_N01
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Văn Hiếu
QLNS_N01
Commits
553aa637
Commit
553aa637
authored
Jun 07, 2019
by
đinh thị đầm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
f8495cf7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
37 deletions
+20
-37
src/main/resources/application.properties
src/main/resources/application.properties
+3
-3
src/main/resources/public/index.html
src/main/resources/public/index.html
+17
-34
No files found.
src/main/resources/application.properties
View file @
553aa637
server.port
=
8081
#
server.port=8081
# ===============================
# DATABASE CONNECTION
# ===============================
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
spring.datasource.url
=
jdbc:mysql://localhost:330
6
/quantrivanphong
spring.datasource.url
=
jdbc:mysql://localhost:330
8
/quantrivanphong
spring.datasource.username
=
root
spring.datasource.password
=
spring.datasource.password
=
123456
# ===============================
...
...
src/main/resources/public/index.html
View file @
553aa637
...
...
@@ -4,50 +4,33 @@
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
>
<!-- Custom fonts for this template-->
<link
href=
"https://use.fontawesome.com/releases/v5.6.3/css/all.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"common/css/all.min.css"
rel=
"stylesheet"
type=
"text/css"
>
<!-- Page level plugin CSS-->
<link
href=
"common/css/dataTables.bootstrap4.css"
rel=
"stylesheet"
>
<!-- Custom styles for this template-->
<link
href=
"common/css/sb-admin.css"
rel=
"stylesheet"
>
<!-- angular -->
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
>
<title>
Document
</title>
<link
href=
"css/bootstrap.css"
rel=
'stylesheet'
type=
'text/css'
/>
<link
href=
"css/style.css"
rel=
'stylesheet'
type=
'text/css'
/>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"
>
<script
src=
"js/jquery-3.2.1.min.js"
></script>
<script
src=
"js/bootstrap.min.js"
></script>
<script
src=
"js/angular.js"
></script>
<script
src=
"js/angular-ui-router.min.js"
></script>
<script
src=
"js/app.js"
></script>
<script
src=
"pages/employee/employeeController.js"
></script>
<script
src=
"pages/project/project/projectController.js"
></script>
<script
src=
"pages/project/projectController.js"
></script>
<script
src=
"pages/testlayout/testlayoutController.js"
></script>
<link
data-require=
"bootstrap-css@2.3.2"
data-semver=
"2.3.2"
rel=
"stylesheet"
href=
"//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css"
/>
<script
data-require=
"angular-ui-bootstrap@0.3.0"
data-semver=
"0.3.0"
src=
"http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.3.0.min.js"
></script>
<script
src=
"js/bootstrap.bundle.min.js"
></script>
<script
src=
"js/jquery.easing.min.js"
></script>
<script
src=
"js/Chart.min.js"
></script>
<script
src=
"js/dataTables.bootstrap4.js"
></script>
</head>
<body
ng-app=
"myApp"
>
<div
ui-view=
"layout"
></div>
<!-- Js -->
<!-- Bootstrap core JavaScript-->
<script
src=
"common/js/jquery.min.js"
></script>
<script
src=
"common/js/bootstrap.bundle.min.js"
></script>
<!-- Core plugin JavaScript-->
<script
src=
"common/js/jquery.easing.min.js"
></script>
<!-- Page level plugin JavaScript-->
<script
src=
"common/js/Chart.min.js"
></script>
<script
src=
"common/js/jquery.dataTables.js"
></script>
<script
src=
"common/js/dataTables.bootstrap4.js"
></script>
<div
ui-view=
"layout"
>
<!-- Custom scripts for all pages-->
<script
src=
"common/js/sb-admin.min.js"
></script>
</div>
<!--angular js-->
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment