Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
1a6e2e9a
"jetbrains:/idea/checkout/git" did not exist on "96777cff794c8a668bca9450ef2d142a53451b29"
Commit
1a6e2e9a
authored
Jun 29, 2020
by
Junling Bu
Browse files
Merge branch 'dev' of
https://github.com/linlinjava/litemall
parents
eeeaf381
04c716de
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/litemall/application.yml
View file @
1a6e2e9a
...
...
@@ -5,7 +5,7 @@ spring:
encoding
:
UTF-8
datasource
:
druid
:
url
:
jdbc:mysql://mysql:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=
fals
e
url
:
jdbc:mysql://mysql:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=
tru
e
driver-class-name
:
com.mysql.jdbc.Driver
username
:
litemall
password
:
litemall123456
...
...
litemall-vue/src/views/user/module-address/index.vue
View file @
1a6e2e9a
<
template
>
<div>
<van-nav-bar
title=
"收货地址"
left-text=
"返回"
left-arrow
@
click-left=
"goback"
/>
<van-address-list
v-model=
"chosenAddressId"
:list=
"addressList"
@
add=
"onAdd"
@
edit=
"onEdit"
@
select=
"onSelect"
/>
</div>
</
template
>
...
...
Write
Preview
Supports
Markdown
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