This website works better with JavaScript.
Explore
Help
Register
Sign In
GitHub-Spring
/
spring-framework
mirror of
https://github.com/spring-projects/spring-framework.git
Watch
1
Star
0
Fork
You've already forked spring-framework
0
Code
Issues
Projects
Releases
Wiki
Activity
Spring Framework
framework
spring
spring-framework
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
795
Commits
0
Branches
58
Tags
350 MiB
Java
97.6%
Kotlin
2.2%
Tree:
cc21b308e2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'cc21b308e2'
${ noResults }
spring-framework
/
org.springframework.samples...
/
db
/
mysql
/
createDB.txt
3 lines
99 B
Raw
Blame
History
CREATE DATABASE petclinic;
GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc';
Reference in new issue
Copy Permalink