
数据库
卧虎3
java
展开
-
java生成数据库说明文档
使用springboot2.2.2+screw生成数据库说明文档 pom依赖(还需要freemarker) <!-- screw核心 生成数据库文档 --> <dependency> <groupId>cn.smallbun.screw</groupId> <artifactId>screw-core</artifactId> <原创 2020-08-05 09:43:02 · 464 阅读 · 0 评论 -
连接数据库的配置文件-java
tomcat下JNDI的配置 <Resource name="jdbc/news" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="root" password="123456" ...原创 2019-07-15 12:28:22 · 459 阅读 · 0 评论