Compare commits

...

3 Commits

Author SHA1 Message Date
Kane Wang e7e8ec49e2 修改了mysql的访问url 2023-02-17 18:34:53 +08:00
Kane Wang 05e131ecbe 保存进度! 2023-02-17 13:12:02 +08:00
Kane Wang 55cf233192 保存进度! 2023-02-17 13:10:40 +08:00
3 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane * @Author: Kane
* @Date: 2023-02-04 11:38:32 * @Date: 2023-02-04 11:38:32
* @LastEditors: Kane * @LastEditors: Kane
* @LastEditTime: 2023-02-04 14:17:26 * @LastEditTime: 2023-02-17 10:52:40
* @FilePath: /后端-需求/src/main/java/com/cpic/xim/utils/db/RequirementDbOperation.java * @FilePath: /后端-需求/src/main/java/com/cpic/xim/utils/db/RequirementDbOperation.java
* @Description: * @Description:
* *
@ -20,7 +20,7 @@ import com.cpic.xim.data.RequirementStatus;
public final class RequirementDbOperation public final class RequirementDbOperation
{ {
private static final String MYSQL_JDBC_CONNECT = "jdbc:mysql://192.168.1.14:3306"; private static final String MYSQL_JDBC_CONNECT = "jdbc:mysql://10.39.0.85:3306";
private static final String MYSQL_CLASS_DRIVER = "com.mysql.cj.jdbc.Driver"; private static final String MYSQL_CLASS_DRIVER = "com.mysql.cj.jdbc.Driver";
/***************************************************** /*****************************************************

View File

@ -2,8 +2,8 @@
* @Author: Kane * @Author: Kane
* @Date: 2022-12-14 15:12:46 * @Date: 2022-12-14 15:12:46
* @LastEditors: Kane * @LastEditors: Kane
* @LastEditTime: 2023-02-03 18:53:11 * @LastEditTime: 2023-02-15 09:34:25
* @FilePath: \IT工具综合平台\src\App.vue * @FilePath: /IT/src/App.vue
* @Description: * @Description:
* *
* Copyright (c) ${2022} by Kane, All Rights Reserved. * Copyright (c) ${2022} by Kane, All Rights Reserved.
@ -24,7 +24,7 @@ export default {
{ {
const locale = zhCn; const locale = zhCn;
return { locale }; return { locale, };
}, },
components: { components: {
// HelloWorld, // HelloWorld,

View File

@ -2,7 +2,7 @@
* @Author: Kane * @Author: Kane
* @Date: 2022-12-14 15:12:46 * @Date: 2022-12-14 15:12:46
* @LastEditors: Kane * @LastEditors: Kane
* @LastEditTime: 2023-02-14 23:08:57 * @LastEditTime: 2023-02-17 13:11:43
* @FilePath: /IT/src/main.js * @FilePath: /IT/src/main.js
* @Description: * @Description:
* *
@ -39,5 +39,5 @@ for (const [key, component,] of Object.entries(ElementPlusIconsVue))
app.use(ElementPlus); app.use(ElementPlus);
app.use(store); app.use(store);
app.use(router); app.use(router);
app.use( global ); app.use(global);
app.mount('#app'); app.mount('#app');