文件名称:java-fsd-phase2:Full Stack Developer Java的阶段2
文件大小:2.34MB
文件格式:ZIP
更新时间:2024-03-24 04:48:53
Java
Java FSD阶段2 数据库 您将需要安装MySQL或MariaDB。 如果您缺少管理员权限,则可以使用作为替代方法。 创建数据库和用户 create database db_example ; -- Creates the new database create user ' springuser '@ ' % ' identified by ' ThePassword ' ; -- Creates the user grant all on db_example. * to ' springuser ' @ ' % ' ; -- Gives all privileges to the new user on the newly created database 建立表格 CREATE TABLE db_example .user ( ` id ` int NOT NULL ,
【文件预览】:
java-fsd-phase2-main
----phase-end-project()
--------CredVerify()
--------doc()
--------README.md(2KB)
----LICENSE(11KB)
----.gitignore(474B)
----test-web-project()
--------WebContent()
--------src()
----product-details-project()
--------PetsExample()
--------README.md(2KB)
----HibernateConfig()
--------pom.xml(4KB)
--------src()
--------README.md(10KB)
----learnjava2()
--------pom.xml(1KB)
--------mvnw(10KB)
--------src()
--------.gitignore(415B)
--------.mvn()
--------README.md(1KB)
--------mvnw.cmd(6KB)
----README.md(1KB)