JAVAWEB
Novigard
Talk is cheap,show me your code
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
基础Javaweb项目的html5代码,实现基本增删改查功能
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>登录注册</title> <link rel="icon&qu原创 2019-01-17 21:50:43 · 2771 阅读 · 0 评论 -
springboot maven project pom.xml codes
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apac...原创 2019-05-08 10:11:19 · 185 阅读 · 0 评论 -
Springboot maven_appliciation.yml
server: # 配置端口号 port: 8888 # 配置应用路径 servlet: context-path: /crm spring: # 数据源 datasource: username: system password: abc123 url: jdbc:oracle:thin:@localhost:1521:orcl ...原创 2019-05-08 10:13:02 · 203 阅读 · 0 评论 -
Springboot maven_main-class
package com.sqxy.crm; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class CrmApplication { ...原创 2019-05-08 10:14:25 · 737 阅读 · 0 评论
分享