# urlShort **Repository Path**: jimi955/urlShort ## Basic Information - **Project Name**: urlShort - **Description**: test genkins - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: 应用, 短链接 ## README # urlShort 将长链接转换成短链接 application.yml内容参考: ```yaml spring: datasource: url: jdbc:mysql://ip:8080/url_shorter username: username password: password driver-class-name: com.mysql.jdbc.Driver jpa: hibernate: # 更新或者创建数据表结构 ddl-auto: update # 控制台显示SQL show-sql: true ```